From 7b6836a362a2c4a42be1ae95e7a31e07c113d600 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 29 Jul 2011 08:25:22 -0500 Subject: [PATCH] "Needs verification!" button should go to the left of username Looks cleaner is all.. --- mediagoblin/templates/mediagoblin/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %} -- 2.25.1