I think the "'s account" is a waste of space
This commit is contained in:
parent
391861ac9f
commit
a435bcb313
@ -56,7 +56,7 @@
|
|||||||
{% if request.user %}
|
{% if request.user %}
|
||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
||||||
user= request.user['username']) }}">
|
user= request.user['username']) }}">
|
||||||
{{ request.user['username'] }}</a>'s account
|
{{ request.user['username'] }}</a>
|
||||||
|
|
||||||
{# the following link should only appear when verification is needed #}
|
{# the following link should only appear when verification is needed #}
|
||||||
{% if request.user.status == "needs_email_verification" %}
|
{% if request.user.status == "needs_email_verification" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user