clean up templates
parent
82196e1b62
commit
7cbbf31268
|
@ -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 %}
|
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue