aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_admin.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-05-26 19:04:51 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2022-05-26 19:05:02 +0200
commit1f477b7d4a9f1e701c36a7a21d374b29821f4e54 (patch)
treedb50299265e56c30dc7e271620d6073d20175887 /templates/registration/base_admin.html
parentadd support for heading in custom params (diff)
downloadscout-subs-1f477b7d4a9f1e701c36a7a21d374b29821f4e54.tar.gz
scout-subs-1f477b7d4a9f1e701c36a7a21d374b29821f4e54.zip
fix dropdown on safari (ios)
Diffstat (limited to 'templates/registration/base_admin.html')
-rw-r--r--templates/registration/base_admin.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html
index 94742fa..58413a8 100644
--- a/templates/registration/base_admin.html
+++ b/templates/registration/base_admin.html
@@ -160,6 +160,7 @@
{% block script %}
{% endblock%}
</script>
+ <script type="text/javascript" src="{% static 'utils.js' %}"></script>
</body>
</html>
{% endwith %}