changes "view your profile" to "change username" in stead of "password reset"

pull/1/head
eric 2012-03-12 23:01:05 -04:00
parent 29ff11af94
commit c61408b56b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</div>
<br />
<div class="welcomealternatives">
Or you can <a href="{% url auth_password_reset %}">view your profile</a> &#151; <a href="{% url work_list 'popular' %}">see the most wishlisted books</a> &#151; <a href="/feedback/">send us feedback</a>
Or you can <a href="{{editurl}}">change your username</a> &#151; <a href="{% url work_list 'popular' %}">see the most wishlisted books</a> &#151; <a href="/feedback/">send us feedback</a>
</div>
{% endblock %}