diff --git a/src/colab/deprecated/templates/account_change_password.html b/src/colab/deprecated/templates/account_change_password.html index b7a7cd1..e663bfb 100644 --- a/src/colab/deprecated/templates/account_change_password.html +++ b/src/colab/deprecated/templates/account_change_password.html @@ -5,7 +5,7 @@ {% block main-content %} {% if form.errors %} -
+
{% trans "Please correct the errors below and try again." %}
{% endif %} @@ -13,7 +13,7 @@
{% csrf_token %} -
+
{% render_form_field form.old_password %} {% render_form_field form.new_password1 %} {% render_form_field form.new_password2 %} diff --git a/src/colab/deprecated/templates/account_message.html b/src/colab/deprecated/templates/account_message.html index 43abdf8..0db6b5c 100644 --- a/src/colab/deprecated/templates/account_message.html +++ b/src/colab/deprecated/templates/account_message.html @@ -3,8 +3,8 @@ {% block main-content %} - + {% trans msg %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/colab/deprecated/templates/account_request_reset_password.html b/src/colab/deprecated/templates/account_request_reset_password.html index 9c92a2f..34d670b 100644 --- a/src/colab/deprecated/templates/account_request_reset_password.html +++ b/src/colab/deprecated/templates/account_request_reset_password.html @@ -7,7 +7,7 @@ {% csrf_token %} -
+
diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index 0f2fd5d..1fedbc1 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -3,54 +3,10 @@ - - - - - - - - - - - - - - {% block head_js %} {% endblock %} {% block head_css %} - - - {% endblock %} {% block google_analytics %} @@ -71,21 +27,21 @@ - -