summaryrefslogtreecommitdiffstats
path: root/forum_modules/localauth/templates/loginform.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-14 18:27:57 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-14 18:27:57 -0400
commit10c98242325230d2314c2f1292e75650acd8d50e (patch)
treeb977974539f794324a4bb36655ae6e35ecc769a3 /forum_modules/localauth/templates/loginform.html
parent7d4e81c2e6553ee9aa087d95fdc6c87f75b021df (diff)
parentc2255c60fa5bca3f49fa30aa81a20fcdaa603dc3 (diff)
downloadaskbot-10c98242325230d2314c2f1292e75650acd8d50e.tar.gz
askbot-10c98242325230d2314c2f1292e75650acd8d50e.tar.bz2
askbot-10c98242325230d2314c2f1292e75650acd8d50e.zip
merged with master branch
Diffstat (limited to 'forum_modules/localauth/templates/loginform.html')
-rwxr-xr-xforum_modules/localauth/templates/loginform.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum_modules/localauth/templates/loginform.html b/forum_modules/localauth/templates/loginform.html
index 0d95a2f2..b1784fb6 100755
--- a/forum_modules/localauth/templates/loginform.html
+++ b/forum_modules/localauth/templates/loginform.html
@@ -24,7 +24,7 @@
<input id="blogin" name="blogin" type="submit" value="Login" />
</td>
<td>
- <a href="{% url auth_local_register %}">Create account</a><span>&nbsp;|&nbsp;</span><a href="{% url auth_local_register %}">Forgot your password?</a>
+ <a href="{% url auth_local_register %}">Create account</a><span>&nbsp;|&nbsp;</span><a href="{% url auth_request_tempsignin %}">Forgot your password?</a>
</td>
</tr>
</table>