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_admin.html | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/registration/base_admin.html (limited to 'templates/registration/base_admin.html') 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 -- cgit v1.2.1