aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/registration/base_admin.html1
-rw-r--r--templates/registration/base_client.html1
-rw-r--r--templates/registration/base_simple.html1
3 files changed, 3 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 %}
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 %}
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html
index dc36f06..30f7e32 100644
--- a/templates/registration/base_simple.html
+++ b/templates/registration/base_simple.html
@@ -90,6 +90,7 @@
{% block script %}
{% endblock %}
</script>
+ <script type="text/javascript" src="{% static 'utils.js' %}"></script>
</body>
</html>
{% endwith %}