diff options
Diffstat (limited to 'sbhs/templates/account/account_index.html')
-rw-r--r-- | sbhs/templates/account/account_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbhs/templates/account/account_index.html b/sbhs/templates/account/account_index.html index 4b95df0..2d5789a 100644 --- a/sbhs/templates/account/account_index.html +++ b/sbhs/templates/account/account_index.html @@ -11,7 +11,7 @@ {{login_form.as_p}} <input type="submit" class="btn btn-primary" value="Login"> - <a href="#">Forgot Password?</a> + <a href="{% url "password_reset" %}">Forgot Password?</a> </form> </div> <div class="span5 pull-right"> |