aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_simple.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-05 11:21:39 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-05 11:21:53 +0100
commit36ae891283213008924630aecbcaba682f65cf6c (patch)
treea959895965188fda91603c6e32fb4994bdf7ad82 /templates/registration/base_simple.html
parentlogout user if token expired + set password page (diff)
downloadscout-subs-36ae891283213008924630aecbcaba682f65cf6c.tar.gz
scout-subs-36ae891283213008924630aecbcaba682f65cf6c.zip
edit password working
Diffstat (limited to 'templates/registration/base_simple.html')
-rw-r--r--templates/registration/base_simple.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html
index 667a62e..dc36f06 100644
--- a/templates/registration/base_simple.html
+++ b/templates/registration/base_simple.html
@@ -83,6 +83,8 @@
{% block content %}
{% endblock %}
</main>
+ {% block footer %}
+ {% endblock %}
<script type="text/javascript" src="{% static 'materialize.min.js' %}"></script>
<script type="text/javascript">
{% block script %}