From a531c5e12a65ac7c216bb3f91e510c1d31fbb06e Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 21 Jul 2020 21:47:09 +0200 Subject: static files, last improvements --- templates/registration/base.html | 10 ++++------ templates/registration/base_client.html | 14 ++++---------- templates/registration/base_custom.html | 10 ++++------ templates/registration/base_simple.html | 5 +++-- 4 files changed, 15 insertions(+), 24 deletions(-) (limited to 'templates/registration') diff --git a/templates/registration/base.html b/templates/registration/base.html index 2e4f5b2..7af2fb7 100644 --- a/templates/registration/base.html +++ b/templates/registration/base.html @@ -1,8 +1,9 @@ + {% load static %} - + {% block title %}Scout Brega{% endblock %} @@ -34,11 +35,8 @@ {% block content %} {% endblock %} - - + + - + + diff --git a/templates/registration/base_custom.html b/templates/registration/base_custom.html index 9843f5e..7a5bfee 100644 --- a/templates/registration/base_custom.html +++ b/templates/registration/base_custom.html @@ -1,8 +1,9 @@ + {% load static %} - + {% block title %}Scout Brega{% endblock %} @@ -14,11 +15,8 @@ {% block content %} {% endblock %} - - + + + \ No newline at end of file -- cgit v1.2.1