summaryrefslogtreecommitdiff
path: root/scipy/templates
diff options
context:
space:
mode:
authorhardythe12013-10-14 16:37:26 +0530
committerhardythe12013-10-14 16:37:26 +0530
commit0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e (patch)
treef3ecb01ef05809f2620af7365003ef15777364bf /scipy/templates
parent4eef2e49dccf979a27790ef7d6db0c5aba187dd9 (diff)
downloadSciPy2013-0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e.tar.gz
SciPy2013-0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e.tar.bz2
SciPy2013-0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e.zip
updating forms
Diffstat (limited to 'scipy/templates')
-rw-r--r--scipy/templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/scipy/templates/login.html b/scipy/templates/login.html
index 31cdbdc..a9ba696 100644
--- a/scipy/templates/login.html
+++ b/scipy/templates/login.html
@@ -4,9 +4,9 @@
<form class="form-signin" action="/2013/accounts/login/" method="POST" enctype="multipart/form-data"> {% csrf_token %}
<h3 class="form-signin-heading">Please sign in</h3>
{{ form.as_p }}
- <input type="hidden" name = "next" value="{{ next }}">
+ <input type="hidden" name = "next" value="/2013/{{ next }}">
<button class="success expand" type="submit">Sign in</button>
</form>
- <h6>Dont have an scipy account? <a href="/accounts/register"><u>Register Here.</u></a></h6>
+ <h6>Dont have an scipy account? <a href="/2013/accounts/register"><u>Register Here.</u></a></h6>
</div>
{% endblock %}