From 5b7bfc55ddca68e8b18a84c1aa653e74c2e1d836 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 10 Nov 2020 16:10:47 +0000 Subject: [PATCH] External css on new post --- webapp_create_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index b69edc7e..49f7e2cf 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -13,7 +13,7 @@ from utils import getNicknameFromActor from utils import getDomainFromActor from webapp_utils import getIconsDir from webapp_utils import getBannerFile -from webapp_utils import htmlHeader +from webapp_utils import htmlHeaderWithExternalStyle from webapp_utils import htmlFooter @@ -558,7 +558,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, dateAndLocation += '\n' dateAndLocation += '\n' - newPostForm = htmlHeader(cssFilename, newPostCSS) + newPostForm = htmlHeaderWithExternalStyle(cssFilename, newPostCSS) newPostForm += \ '