aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_simple.html
diff options
context:
space:
mode:
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 %}