diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-11-20 01:57:02 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-11-20 01:57:02 +0100 |
commit | c6c08a2f296be16dbde4a5041bd6adc0d215d29d (patch) | |
tree | c9555cb94777d5a3d134c412defc78fcd5c23971 | |
parent | 5ab3855e1f8fd94058ccea76ef2d5a1d795cc93a (diff) | |
download | mediagoblin-c6c08a2f296be16dbde4a5041bd6adc0d215d29d.tar.lz mediagoblin-c6c08a2f296be16dbde4a5041bd6adc0d215d29d.tar.xz mediagoblin-c6c08a2f296be16dbde4a5041bd6adc0d215d29d.zip |
Small correction, this button should be button_action, not button_form
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 91dd2369..5a39aaa5 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -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 #} |