From 99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 23 Apr 2014 17:18:27 +0530 Subject: changed slick in index page changed login:next_url modified the forms.py for initial value --- static/forums/templates/user-login.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/forums/templates') diff --git a/static/forums/templates/user-login.html b/static/forums/templates/user-login.html index a1951fe..21c4551 100644 --- a/static/forums/templates/user-login.html +++ b/static/forums/templates/user-login.html @@ -16,7 +16,9 @@ {% render_field form.password class+="form-control" %} - + {% if next %} + + {% endif %} {% endwith %} -- cgit