aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-28 22:15:18 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-28 22:15:18 -0500
commit391861ac9feb8e31454f62ba7ca7e70fea2445ef (patch)
tree11cd4100f4d72b70e8c8d2fabb0443de4db49159
parentf22339d22983cb0fb4d0261c8296e3e27a3f5939 (diff)
downloadmediagoblin-391861ac9feb8e31454f62ba7ca7e70fea2445ef.tar.lz
mediagoblin-391861ac9feb8e31454f62ba7ca7e70fea2445ef.tar.xz
mediagoblin-391861ac9feb8e31454f62ba7ca7e70fea2445ef.zip
I prefer it when "needs verification" looks like a button :)
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 9fcd1dcd..c1d3caed 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -62,7 +62,7 @@
{% if request.user.status == "needs_email_verification" %}
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
user=request.user['username']) }}"
- class="highlight">
+ class="header_submit">
needs verification!</a>
{% endif %}