"Resend verification email" button should actually resend the verification email

This commit is contained in:
Christopher Allan Webber 2011-07-29 08:10:45 -05:00
parent 61927e6e80
commit 3880c8f31b

View File

@ -43,7 +43,8 @@
</p> </p>
<p>In case it doesn't:</p> <p>In case it doesn't:</p>
<a href="somewhere" class="button">Resend verification email</a> <a href="{{ request.urlgen('mediagoblin.auth.resend_verification') }}"
class="button">Resend verification email</a>
</div> </div>
{% else %} {% else %}
{# if the user is not you, but still needs to verify their email #} {# if the user is not you, but still needs to verify their email #}