aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_simple.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/registration/base_simple.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html
index ecafd0c..6876e83 100644
--- a/templates/registration/base_simple.html
+++ b/templates/registration/base_simple.html
@@ -14,5 +14,9 @@
{% endblock %}
</main>
<script type="text/javascript" src="{% static 'materialize.min.js' %}"></script>
+ <script type="text/javascript">
+ {% block script %}
+ {% endblock %}
+ </script>
</body>
</html> \ No newline at end of file