"Resend verification email" button should actually resend the verification email
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:10:45 +0000 (08:10 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:10:45 +0000 (08:10 -0500)
mediagoblin/templates/mediagoblin/user_pages/user.html

index ae540bfe74ce621d2ec7b3b4365386b2747f3049..7769b8b3dff5978e2b4ddd0bb6eec6a411b30b3a 100644 (file)
@@ -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 #}