diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 22a691b5..8e3b0724 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -50,10 +50,15 @@
{{ request.user['username'] }}'s account
-
-
- needs verification!
+
+ {# the following link should only appear when verification is needed #}
+ {% if request.user.status == "needs_email_verification" %}
+
+ needs verification!
+ {% endif %}
+
(logout)
{% else %}