Small correction, this button should be button_action, not button_form
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:57:02 +0000 (01:57 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:57:02 +0000 (01:57 +0100)
mediagoblin/templates/mediagoblin/user_pages/user.html

index 91dd236900ee348109ae7c98a708d4780250166d..5a39aaa58f031e6c2ee3a2e935cc4b4e52d90706 100644 (file)
@@ -62,7 +62,7 @@
         <p>{% trans %}In case it doesn't:{% endtrans %}</p>
   
         <a href="{{ request.urlgen('mediagoblin.auth.resend_verification') }}"
-           class="button_form">{% trans %}Resend verification email{% endtrans %}</a>
+           class="button_action_highlight">{% trans %}Resend verification email{% endtrans %}</a>
       </div>
     {% else %}
       {# if the user is not you, but still needs to verify their email #}