summaryrefslogtreecommitdiff
path: root/website/templates/cfp.html
diff options
context:
space:
mode:
authorKomal Sheth2016-10-07 14:58:23 +0530
committerGitHub2016-10-07 14:58:23 +0530
commitc457916af0aae468556d7bfa004969e9220865a3 (patch)
treed794f4f789f4c51cd3c6c38285224dbf1bb25a1c /website/templates/cfp.html
parent71c8ed9f9548f3cc8531c436a10d1af44ca19774 (diff)
parent3362ec320c62c7053f1c14dff30e01fcbd52ee34 (diff)
downloadSciPy2016-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-xwebsite/templates/cfp.html4
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>