summaryrefslogtreecommitdiff
path: root/scipy/templates/login.html
diff options
context:
space:
mode:
authorhardythe12013-10-14 17:18:18 +0530
committerhardythe12013-10-14 17:18:18 +0530
commit299e6fd9d75e6a8f2828dde7e2c090d3a28e4226 (patch)
tree233e0e42838b333710088da96764cbd91cf4f80d /scipy/templates/login.html
parent0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e (diff)
downloadSciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.tar.gz
SciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.tar.bz2
SciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.zip
minor CSS changes
Diffstat (limited to 'scipy/templates/login.html')
-rw-r--r--scipy/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/templates/login.html b/scipy/templates/login.html
index a9ba696..c360438 100644
--- a/scipy/templates/login.html
+++ b/scipy/templates/login.html
@@ -4,7 +4,7 @@
<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="/2013/{{ next }}">
+ <input type="hidden" name = "next" value="{{ next }}">
<button class="success expand" type="submit">Sign in</button>
</form>
<h6>Dont have an scipy account? <a href="/2013/accounts/register"><u>Register Here.</u></a></h6>