clean up templates

pull/1/head
eric 2013-03-12 21:25:39 -04:00
parent 82196e1b62
commit 7cbbf31268
3 changed files with 15 additions and 10 deletions

View File

@ -7,9 +7,11 @@
<div>
<h2>Other Account Tools</h2>
<p>Want to <a href="{% url auth_password_change %}">change your password</a>?</p>
<p>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</p>
<p>... or <a href="{{editurl}}"">change your username</a>?</p>
<p>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</p>
<ul>
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
<li>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</li>
<li>... or <a href="{{editurl}}"">change your username</a>?</li>
<li>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
</ul>
</div>
{% endblock %}

View File

@ -107,8 +107,9 @@ $j(document).ready(function(){
<h2> Other Account Management Tools </h2>
<ul>
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
<li>Want to <a href="{% url regluit.frontend.views.edit_user %}">change your username or email address</a>?</li>
<li>Want to <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
<li>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
<li>... or <a href="{% url email_change %}">change your email address</a>?</li>
<li>... or <a href="{% url regluit.frontend.views.edit_user %}">change your username </a>?</li>
</ul>
{% endblock %}

View File

@ -15,10 +15,12 @@
<div>
<h2>Other Account Tools</h2>
<p>Want to <a href="{% url auth_password_change %}">change your password</a>?</p>
<p>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</p>
<p>... or <a href="{% url email_change %}">change your email address</a>?</p>
<p>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</p>
<ul>
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
<li>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</li>
<li>... or <a href="{% url email_change %}">change your email address</a>?</li>
<li>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
</ul>
</div>
{% endblock %}