diff options
author | Jayaram Pai | 2014-04-23 17:18:27 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-23 17:18:27 +0530 |
commit | 99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 (patch) | |
tree | effff301f9792e9b02c266bd5a2fac055674a2b3 /static/forums/templates | |
parent | 8dd84484c4afa20d65a8232aba5a0e9931e7a749 (diff) | |
download | FOSSEE-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.html | 4 |
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> |