diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-07 14:38:20 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-07 14:38:20 +0200 |
commit | 4b974407b3ffe0c55e2d7a359346d2963b0d0fd1 (patch) | |
tree | d49b5ca4f16f765e8c0ca68f0c25c9c443971c87 /templates/registration/base_simple.html | |
parent | add qr code to pdf approve, direct approval page (diff) | |
download | scout-subs-4b974407b3ffe0c55e2d7a359346d2963b0d0fd1.tar.gz scout-subs-4b974407b3ffe0c55e2d7a359346d2963b0d0fd1.zip |
bar code scanner inside direct approve page
Diffstat (limited to '')
-rw-r--r-- | templates/registration/base_simple.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 11b71ac..9dc4e35 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -86,6 +86,8 @@ {% block footer %} {% endblock %} <script type="text/javascript" src="{% static 'materialize.min.js' %}"></script> + {% block script_import %} + {% endblock %} <script type="text/javascript"> {% block script %} {% endblock %} |