Link to profile change

This commit is contained in:
Michal Čihař 2012-03-05 16:34:40 +01:00
parent aa05698912
commit b68521ecf7

View File

@ -10,6 +10,10 @@
account is now activated. Your username is
<b>{{ username }}</b>.{% endblocktrans %}
</p>
<p>
{% url 'accounts.views.profile' as profile_url %}
{% blocktrans %}You might want to <a href="{{ profile_url }}">adjust your profile</a> now.{% endblocktrans %}
</p>
{% else %}
<p>
{% url 'registration.views.register' as reg_url %}