From c46671ed9306eebb66322487ab600e070b2a81c6 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 31 Aug 2020 13:46:00 +0200 Subject: graghics improvement for mobile, and more modular --- templates/registration/base.html | 45 -------------------------- templates/registration/base_admin.html | 57 +++++++++++++++++++++++++++++++++ templates/registration/base_client.html | 40 ++++++++++++++--------- templates/registration/base_custom.html | 25 --------------- 4 files changed, 82 insertions(+), 85 deletions(-) delete mode 100644 templates/registration/base.html create mode 100644 templates/registration/base_admin.html delete mode 100644 templates/registration/base_custom.html (limited to 'templates') diff --git a/templates/registration/base.html b/templates/registration/base.html deleted file mode 100644 index e2885cd..0000000 --- a/templates/registration/base.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - {% load static %} - - - - - {% block title %}Scout Brega{% endblock %} - - - -
- {% block content %} - {% endblock %} -
- - - - - \ No newline at end of file diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html new file mode 100644 index 0000000..a06c54d --- /dev/null +++ b/templates/registration/base_admin.html @@ -0,0 +1,57 @@ + + + + {% load static %} + + + + + {% block title %}Scout Brega{% endblock %} + + + + +
+ {% block content %} + {% endblock %} +
+ + + + + \ No newline at end of file diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index b526c84..241f7ce 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -9,30 +9,37 @@ {% block title %}Scout Brega{% endblock %} -