aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/user.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html
index ae540bfe..7769b8b3 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/user.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/user.html
@@ -43,7 +43,8 @@
</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>
{% else %}
{# if the user is not you, but still needs to verify their email #}