From 02ebc6e981c1b506829861571e92f55edfe3a4c2 Mon Sep 17 00:00:00 2001 From: Matheus Figueiredo Date: Wed, 7 Aug 2013 16:07:57 -0300 Subject: [PATCH] Removing all css classes and ids from html files --- src/colab/deprecated/templates/account_change_password.html | 4 ++-- src/colab/deprecated/templates/account_message.html | 4 ++-- src/colab/deprecated/templates/account_request_reset_password.html | 2 +- src/colab/deprecated/templates/base.html | 74 +++++++++++++++----------------------------------------------------------- src/colab/deprecated/templates/login.html | 17 ++++++++--------- src/colab/deprecated/templates/open-data.html | 6 +++--- src/colab/deprecated/templates/search.html | 24 ++++++++++++------------ src/colab/deprecated/templates/signup-form.html | 28 ++++++++++++++-------------- src/colab/deprecated/templates/user-profile.html | 36 ++++++++++++++++++------------------ 9 files changed, 75 insertions(+), 120 deletions(-) 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 @@ - -