clean up templates
parent
82196e1b62
commit
7cbbf31268
|
@ -7,9 +7,11 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Other Account Tools</h2>
|
<h2>Other Account Tools</h2>
|
||||||
<p>Want to <a href="{% url auth_password_change %}">change your password</a>?</p>
|
<ul>
|
||||||
<p>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</p>
|
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
|
||||||
<p>... or <a href="{{editurl}}"">change your username</a>?</p>
|
<li>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</li>
|
||||||
<p>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</p>
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -107,8 +107,9 @@ $j(document).ready(function(){
|
||||||
<h2> Other Account Management Tools </h2>
|
<h2> Other Account Management Tools </h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
|
<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>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
|
||||||
<li>Want to <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>
|
</ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,12 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Other Account Tools</h2>
|
<h2>Other Account Tools</h2>
|
||||||
<p>Want to <a href="{% url auth_password_change %}">change your password</a>?</p>
|
<ul>
|
||||||
<p>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</p>
|
<li>Want to <a href="{% url auth_password_change %}">change your password</a>?</li>
|
||||||
<p>... or <a href="{% url email_change %}">change your email address</a>?</p>
|
<li>... or <a href="{% url manage_account %}">manage your pledges and payment info</a>?</li>
|
||||||
<p>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</p>
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue