From fbb4637a77dc5982b4e694dd31a0aa7d11cec17c Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 18 Jun 2020 23:17:08 +0200 Subject: initial commit --- templates/registration/base.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/registration/base.html (limited to 'templates/registration/base.html') diff --git a/templates/registration/base.html b/templates/registration/base.html new file mode 100644 index 0000000..51dad17 --- /dev/null +++ b/templates/registration/base.html @@ -0,0 +1,19 @@ + + + + + + + + {% block title %}Scout Brega{% endblock %} + + + {% block nav %} + {% endblock %} +
+ {% block content %} + {% endblock %} +
+ + + \ No newline at end of file -- cgit v1.2.1