Small correction, this button should be button_action, not button_form

This commit is contained in:
Jef van Schendel 2011-11-20 01:57:02 +01:00
parent 5ab3855e1f
commit c6c08a2f29

View 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 #}