diff options
author | Sanmugasundaram K | 2015-01-07 17:01:47 +0530 |
---|---|---|
committer | Sanmugasundaram K | 2015-01-07 17:01:47 +0530 |
commit | 9a5a239295e7aae2d211c07c9fdb117cf8252e99 (patch) | |
tree | 7a73a4b54d7d6e17b13dba45530d8903e1add635 /static | |
parent | b665812a483c9181aec47073223d950b5b04fa1e (diff) | |
download | FOSSEE-Forum-9a5a239295e7aae2d211c07c9fdb117cf8252e99.tar.gz FOSSEE-Forum-9a5a239295e7aae2d211c07c9fdb117cf8252e99.tar.bz2 FOSSEE-Forum-9a5a239295e7aae2d211c07c9fdb117cf8252e99.zip |
drupal_auth move to spoken_auth
Diffstat (limited to 'static')
-rw-r--r-- | static/forums/templates/user-login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/forums/templates/user-login.html b/static/forums/templates/user-login.html index ef62ffe..350cce5 100644 --- a/static/forums/templates/user-login.html +++ b/static/forums/templates/user-login.html @@ -40,7 +40,7 @@ </ul> <h4>Dont have a Spoken-Tutorial.org account yet ?</h4> <p> - <a class="btn btn-sm btn-success" href="http://www.spoken-tutorial.org/user/register" target="_blank">Register</a> + <a class="btn btn-sm btn-success" href="http://www.spoken-tutorial.org/accounts/register/" target="_blank">Register</a> </p> </div> <!-- /.col --> </div> <!-- /.row --> |