diff options
author | hardythe1 | 2015-07-07 17:55:09 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-07 17:55:09 +0530 |
commit | 5c1abc2c0cb277dfe0ee7467de976327bd16368f (patch) | |
tree | 0a57eb131cf501147e2f5393f8d3dd37a66d140f | |
parent | 662ffe2ca644a102e7dcf6152666298e9befea95 (diff) | |
download | SciPy2015-5c1abc2c0cb277dfe0ee7467de976327bd16368f.tar.gz SciPy2015-5c1abc2c0cb277dfe0ee7467de976327bd16368f.tar.bz2 SciPy2015-5c1abc2c0cb277dfe0ee7467de976327bd16368f.zip |
change redirect url
-rw-r--r-- | website/templates/submit-cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html index 8316761..d3d7df2 100644 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -17,7 +17,7 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="{% url 'auth:logout' %}?next={{ request.path }}">Logout</a></li> + <li><a href="{% url 'auth:logout' %}?next=/cfp">Logout</a></li> </ul> {% endif %} </ul> |