diff --git a/registration/login.html b/registration/login.html index 0674305..e41c729 100644 --- a/registration/login.html +++ b/registration/login.html @@ -2,7 +2,7 @@ {% load i18n %} {% block content %} -
{% endblock %} + + +{% block scripts %} + +{% endblock %} diff --git a/registration/registration_form.html b/registration/registration_form.html index d74f39e..eac549b 100644 --- a/registration/registration_form.html +++ b/registration/registration_form.html @@ -2,10 +2,19 @@ {% load i18n %} {% block content %} - {% endblock %} + + +{% block scripts %} + +{% endblock %}