X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=app%2Ftemplates%2Fbase.html;h=90e49a87778e766a6236154937ff0f4d37652b54;hb=5f7be4b4337358e35c9eda4b261260a08a958b4a;hp=522e3498b1d6ff36f43da93b2e03326eeebfc361;hpb=63969529adf90a49916be56869ed4a63a9667e7c;p=cheatdb.git diff --git a/app/templates/base.html b/app/templates/base.html index 522e349..90e49a8 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,11 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + + + + + {% block headextra %}{% endblock %} @@ -56,10 +60,17 @@ {% else %} -
  • Sign in
  • +
  • {{ _("Sign in") }}
  • {% endif %} @@ -101,7 +118,7 @@
  • - {{ message|safe }} + {{ message }}
  • @@ -119,10 +136,18 @@ {% endblock %} @@ -130,11 +155,9 @@ - + + + {% block scriptextra %}{% endblock %}