]> git.parisson.com Git - telemeta.git/commitdiff
cleanup registration forms
authoryomguy <yomguy@parisson.com>
Tue, 6 Dec 2011 23:04:48 +0000 (00:04 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 6 Dec 2011 23:04:48 +0000 (00:04 +0100)
telemeta/templates/telemeta_default/admin_users.html
telemeta/templates/telemeta_default/registration/logged_out.html
telemeta/templates/telemeta_default/registration/password_change_done.html
telemeta/templates/telemeta_default/registration/password_change_form.html
telemeta/templates/telemeta_default/registration/password_reset_complete.html
telemeta/templates/telemeta_default/registration/password_reset_confirm.html
telemeta/templates/telemeta_default/registration/password_reset_done.html
telemeta/templates/telemeta_default/registration/password_reset_form.html

index 38580cd5e922bb2e997eb0820f5c795c096d49be..5a277a9fdd7414df1ff2095bc5d5fe66248aaa5c 100644 (file)
@@ -4,7 +4,7 @@
 
 {% block tabcontents %}
  <h4>{% trans "Users" %}</h4>
+
  {% if users %}
   {% include "telemeta/inc/user_list.html" %}
  {% else %}
@@ -12,6 +12,3 @@
  {% endif %}
 
 {% endblock %}
-
-
-
index 12e792ac0dfccc280b8c033599de69a0d79d781f..8a31a2c0e256291759f327d043f46bdc53e2ccc4 100644 (file)
@@ -1,8 +1,6 @@
 {% extends "telemeta/base.html" %}
 {% load i18n %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a></div>{% endblock %}
-
 {% block content %}
 
 <p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
index 3d3d9facf09ad9981e4069c8843afee87fccdbdd..075a6855f757f543e1f205c7685f2ab2f3a6862c 100644 (file)
@@ -2,8 +2,6 @@
 {% load i18n %}
 {% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %}{% trans 'Change password' %} / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}
-
 {% block title %}<br />{% trans 'Password change successful' %}{% endblock %}
 
 {% block content %}
index 4f138ef1490bc0c5f327fd3557e3b94517efc5e0..79274dbb10fde9ad6fa4d3e26c0b4b89732e5901 100644 (file)
@@ -2,7 +2,6 @@
 {% load i18n adminmedia %}
 {% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/forms.css" />{% endblock %}
 {% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %} {% trans 'Change password' %} / <a href="../logout/">{% trans 'Log out' %}</a>{% endblock %}
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}
 
 {% block title %}<br />{% trans 'Password change' %}{% endblock %}
 
@@ -16,8 +15,6 @@
     </p>
 {% endif %}
 
-<h1>{% trans 'Password change' %}</h1>
-
 <p>{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
 
 <fieldset class="aligned wide">
index 29eb373cf08150823e6132ac75fe02219608b5f6..d32849ff8ad70ce205e6c8b37da5f987ede448a7 100644 (file)
@@ -1,8 +1,6 @@
 {% extends "telemeta/base.html" %}
 {% load i18n %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password reset' %}</div>{% endblock %}
-
 {% block title %}<br />{% trans 'Password reset complete' %}{% endblock %}
 
 {% block content %}
index e4e174f7aec03aa887248aa60bc4a906f923c1e9..9a8b6829bb24b5d47a8afc54ffe64c97b8a73794 100644 (file)
@@ -1,8 +1,6 @@
 {% extends "telemeta/base.html" %}
 {% load i18n %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password reset confirmation' %}</div>{% endblock %}
-
 {% block title %}<br />{% trans 'Password reset' %}{% endblock %}
 
 {% block content %}
index b8defc193b3ad685f34229367f32c1bf162fb4fd..88a57c46764a1a9c56591cc840411613528dfe59 100644 (file)
@@ -1,8 +1,6 @@
 {% extends "telemeta/base.html" %}
 {% load i18n %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password reset' %}</div>{% endblock %}
-
 {% block title %}<br />{% trans 'Password reset successful' %}{% endblock %}
 
 {% block content %}
index faf6849f815068509158f738995d883f97b06d71..6da1b8472812dcd8ded5ab5d9ce44d1b09b4026c 100644 (file)
@@ -1,8 +1,6 @@
 {% extends "telemeta/base.html" %}
 {% load i18n %}
 
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password reset' %}</div>{% endblock %}
-
 {% block title %}<br />{% trans "Password reset" %}{% endblock %}
 
 {% block content %}