From 272498b4cee430ee0c48bc7ddb7aaee8e8f84cca Mon Sep 17 00:00:00 2001 From: Martin Bley Date: Sun, 18 Sep 2022 13:26:47 +0200 Subject: [PATCH] Revised templates --- templates/about.html | 2 +- templates/base.html | 10 +++++----- templates/md.html | 2 +- templates/registration/login.html | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/about.html b/templates/about.html index aefb7d6..2621ec1 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,7 +2,7 @@ {% load i18n static %} {% load humanize %} {% block head %} - + {% endblock %} {% block nav %} diff --git a/templates/base.html b/templates/base.html index 77140a8..8ca4881 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,13 +16,13 @@ - + - + - + @@ -38,7 +38,7 @@ - + {% block nav %}{% endblock %} @@ -53,7 +53,7 @@

- © Martin Bley, 2014-2016 | Dank an + © Martin Bley, 2014-2022 | Dank an OpenLigaDB für die Bereitstellung der Spielergebnisse.
diff --git a/templates/md.html b/templates/md.html index a1c7ac3..36b260c 100644 --- a/templates/md.html +++ b/templates/md.html @@ -2,7 +2,7 @@ {% load i18n static %} {% load humanize %} {% block head %} - + {% endblock %} {% block nav %} diff --git a/templates/registration/login.html b/templates/registration/login.html index 1e8be5c..f9f5cd4 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,5 +1,6 @@ {% extends "base.html" %} -{% load url from future %} +{% load admin_urls %} + {% comment %} Main page to authenticate users. {% endcomment %} @@ -20,7 +21,7 @@ {% endif %}
-