From f6dfc14a0e5ffa5c1606ede9cb4a29bccd6d6314 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 12 Dec 2021 09:27:07 -0600 Subject: [PATCH] fix --- files/templates/default.html | 2 +- files/templates/login.html | 2 +- files/templates/settings.html | 2 +- files/templates/sign_up.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index e8cbd9b7f..580ea4109 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -192,7 +192,7 @@ {% endassets %} - + {% if v %} diff --git a/files/templates/login.html b/files/templates/login.html index 4b98b7093..f6cb8e798 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -13,7 +13,7 @@ Login - {{'SITE_NAME' | app_config}} {% endblock %} - + {% assets 'css' %} diff --git a/files/templates/settings.html b/files/templates/settings.html index fd06aeda7..9e09b8290 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -35,7 +35,7 @@ {% endassets %} - + {% if v %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index e7ff6e41d..65503e1f3 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -26,7 +26,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %} - + {% assets 'css' %}