diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-29 08:10:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-29 08:10:45 -0500 |
commit | 3880c8f31b68cc19a868d738071ea6180100ef22 (patch) | |
tree | 427760234fd8224ebad1274500815f1f801b0d4d | |
parent | 61927e6e802d5d138466a9f3c34c6faa91ec19b6 (diff) | |
download | mediagoblin-3880c8f31b68cc19a868d738071ea6180100ef22.tar.lz mediagoblin-3880c8f31b68cc19a868d738071ea6180100ef22.tar.xz mediagoblin-3880c8f31b68cc19a868d738071ea6180100ef22.zip |
"Resend verification email" button should actually resend the verification email
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 3 |
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 #} |