aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_client.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_client.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_client.html')
-rw-r--r--templates/registration/base_client.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html
index 18b7868..cb282b5 100644
--- a/templates/registration/base_client.html
+++ b/templates/registration/base_client.html
@@ -181,6 +181,7 @@
{% block script %}
{% endblock%}
</script>
+ <script type="text/javascript" src="{% static 'utils.js' %}"></script>
</body>
</html>
{% endwith %}