Link to profile change
This commit is contained in:
parent
aa05698912
commit
b68521ecf7
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user