misc template fixes
parent
7bf62d665e
commit
a4cc2ce1f0
|
@ -10,7 +10,7 @@
|
|||
<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 regluit.frontend.views.edit_user %}"">change your username</a>?</li>
|
||||
<li>... or <a href="{% url notification_notice_settings %}">manage your contact preferences</a>?</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% block extra_js %}
|
||||
|
||||
{% block.super %}
|
||||
{{ block.super }}
|
||||
<script>
|
||||
$j(document).ready(function() {
|
||||
jQuery.post("/ml/status/", function(data){
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<br />
|
||||
<div class="welcomealternatives">
|
||||
Or you can <a href="{{editurl}}">change your username</a> — <a href="{% url work_list 'popular' %}">see the most wishlisted books</a> — <a href="/feedback/">send us feedback</a> — <a href="{% url notification_notice_settings %}">manage your contact preferences</a>
|
||||
Or you can <a href="{% url regluit.frontend.views.edit_user %}">change your username</a> — <a href="{% url work_list 'popular' %}">see the most wishlisted books</a> — <a href="/feedback/">send us feedback</a> — <a href="{% url notification_notice_settings %}">manage your contact preferences</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue