aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
commitffb9b4111a891fda9e9e1ddf19de936bdbd664f8 (patch)
treecbd563acbfb97d2cad4f7da425de412aad00e5dd /templates/registration/base.html
parentMore data for users (diff)
downloadscout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.tar.gz
scout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.zip
Document support
Diffstat (limited to 'templates/registration/base.html')
-rw-r--r--templates/registration/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/base.html b/templates/registration/base.html
index f5a8a80..2e4f5b2 100644
--- a/templates/registration/base.html
+++ b/templates/registration/base.html
@@ -39,5 +39,9 @@
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
+ <script>
+ {% block script %}
+ {% endblock%}
+ </script>
</body>
</html> \ No newline at end of file