diff options
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/base_admin.html | 1 | ||||
-rw-r--r-- | templates/registration/base_client.html | 1 | ||||
-rw-r--r-- | templates/registration/base_simple.html | 1 |
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 %} |