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 += \ '