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