aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-07-28 21:17:18 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-07-28 21:17:18 +0200
commit68cc1657fbe11b8ffbcd4d3d517f71c4404497c3 (patch)
tree37fd17cb370bca5bb0a5779295256b141cf0295b /templates/registration
parentlocal font feching, list for non interactive items (diff)
downloadscout-subs-68cc1657fbe11b8ffbcd4d3d517f71c4404497c3.tar.gz
scout-subs-68cc1657fbe11b8ffbcd4d3d517f71c4404497c3.zip
accept terms on account creation
Diffstat (limited to 'templates/registration')
-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