"Resend verification email" button should actually resend the verification email
This commit is contained in:
@@ -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 #}
|
||||||
|
|||||||
Reference in New Issue
Block a user