diff options
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index dfc2bb9..0ab52e5 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -107,7 +107,7 @@ {{ form.as_p }} <button class="button special" style="background:#D44727" name ="login"type="submit">Login</button><br><br> <a style="padding-right : 20px;" href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a> - <a href="/forgotpassword/">Forgot Password?</a> + <a href="/2016/forgotpassword/">Forgot Password?</a> {% csrf_token %} </form> <!-- </div> --> @@ -137,4 +137,4 @@ {% endblock %} </body> -</html>
\ No newline at end of file +</html> |