diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 0a037d26..45c17e94 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -54,10 +54,6 @@ {% block mediagoblin_header_title %}{% endblock %}
{% if request.user %} - - {{ request.user['username'] }} - {# the following link should only appear when verification is needed #} {% if request.user.status == "needs_email_verification" %} + {{ request.user['username'] }} + (logout) {% else %}