Small correction, this button should be button_action, not button_form
This commit is contained in:
parent
5ab3855e1f
commit
c6c08a2f29
@ -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 #}
|
||||
|
Loading…
x
Reference in New Issue
Block a user