diff options
author | Aleksandar Micovic <aleks.micovic@gmail.com> | 2011-05-31 17:14:23 -0400 |
---|---|---|
committer | Aleksandar Micovic <aleks.micovic@gmail.com> | 2011-05-31 17:14:23 -0400 |
commit | b93a6a229e1c7a7eef76e8322104912378f79a96 (patch) | |
tree | 4a7f20d154ce98cb075ef1e194e5d3ff97ea39ca /mediagoblin/templates | |
parent | bcec749b52c287a6d361fd06bfbd833e03e5b478 (diff) | |
download | mediagoblin-b93a6a229e1c7a7eef76e8322104912378f79a96.tar.lz mediagoblin-b93a6a229e1c7a7eef76e8322104912378f79a96.tar.xz mediagoblin-b93a6a229e1c7a7eef76e8322104912378f79a96.zip |
Added the ability to regenerate a verification key.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/auth/verification_needed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/verification_needed.html b/mediagoblin/templates/mediagoblin/auth/verification_needed.html index 26ea84dc..4104da19 100644 --- a/mediagoblin/templates/mediagoblin/auth/verification_needed.html +++ b/mediagoblin/templates/mediagoblin/auth/verification_needed.html @@ -24,6 +24,6 @@ </p> <p> - Still haven't received an email? <a href="#">Click here to resend it.</a> + Still haven't received an email? <a href="{{ request.urlgen('mediagoblin.auth.resend_verification') }}">Click here to resend it.</a> </p> {% endblock %} |