summaryrefslogtreecommitdiff
path: root/static/forums/templates
diff options
context:
space:
mode:
authorJayaram Pai2014-04-23 17:18:27 +0530
committerJayaram Pai2014-04-23 17:18:27 +0530
commit99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 (patch)
treeeffff301f9792e9b02c266bd5a2fac055674a2b3 /static/forums/templates
parent8dd84484c4afa20d65a8232aba5a0e9931e7a749 (diff)
downloadFOSSEE-Forum-99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218.tar.gz
FOSSEE-Forum-99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218.tar.bz2
FOSSEE-Forum-99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218.zip
changed slick in index page
changed login:next_url modified the forms.py for initial value
Diffstat (limited to 'static/forums/templates')
-rw-r--r--static/forums/templates/user-login.html4
1 files changed, 3 insertions, 1 deletions
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 @@
<label for="id_username">Password:</label>
{% render_field form.password class+="form-control" %}
</div>
-
+ {% if next %}
+ <input type="hidden" name="next" value="{{ next }}">
+ {% endif %}
<input class="btn btn-sm btn-primary" type="submit" value="Login">
{% endwith %}
</form>