diff options
Diffstat (limited to 'static/forums')
-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 27f5a1f..a1951fe 100644 --- a/static/forums/templates/user-login.html +++ b/static/forums/templates/user-login.html @@ -32,7 +32,7 @@ </ul> <h4>Dont have a Spoken-Tutorial.org account yet ?</h4> <p> - <a class="btn btn-sm btn-success" href="#">Register</a> + <a class="btn btn-sm btn-success" href="http://www.spoken-tutorial.org/user/register" target="_blank">Register</a> </p> </div> <!-- /.col --> </div> <!-- /.row --> |