diff options
Diffstat (limited to 'templates/registration/base_simple.html')
-rw-r--r-- | templates/registration/base_simple.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |