diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-28 21:17:18 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-28 21:17:18 +0200 |
commit | 68cc1657fbe11b8ffbcd4d3d517f71c4404497c3 (patch) | |
tree | 37fd17cb370bca5bb0a5779295256b141cf0295b /templates | |
parent | local font feching, list for non interactive items (diff) | |
download | scout-subs-68cc1657fbe11b8ffbcd4d3d517f71c4404497c3.tar.gz scout-subs-68cc1657fbe11b8ffbcd4d3d517f71c4404497c3.zip |
accept terms on account creation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/base_simple.html | 4 |
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 |