diff options
author | Komal Sheth | 2016-10-07 14:58:23 +0530 |
---|---|---|
committer | GitHub | 2016-10-07 14:58:23 +0530 |
commit | c457916af0aae468556d7bfa004969e9220865a3 (patch) | |
tree | d794f4f789f4c51cd3c6c38285224dbf1bb25a1c /website/templates/cfp.html | |
parent | 71c8ed9f9548f3cc8531c436a10d1af44ca19774 (diff) | |
parent | 3362ec320c62c7053f1c14dff30e01fcbd52ee34 (diff) | |
download | SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.tar.gz SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.tar.bz2 SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.zip |
Merge pull request #28 from FOSSEE/Home_page
Redirection issues on accounts/login resolved
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> |