diff options
author | hardythe1 | 2015-07-07 17:25:10 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-07 17:25:10 +0530 |
commit | 662ffe2ca644a102e7dcf6152666298e9befea95 (patch) | |
tree | 33ed1851a932f8866f1c213a9625cdce07c506bf | |
parent | 34b882cfea23621a0a5d6b83f4ce50862a915a2a (diff) | |
download | SciPy2015-662ffe2ca644a102e7dcf6152666298e9befea95.tar.gz SciPy2015-662ffe2ca644a102e7dcf6152666298e9befea95.tar.bz2 SciPy2015-662ffe2ca644a102e7dcf6152666298e9befea95.zip |
change url
-rw-r--r-- | website/templates/cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index cea8f56..c584cc5 100644 --- a/website/templates/cfp.html +++ b/website/templates/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 'website:userlogout' %}">Logout</a></li> + <li><a href="{% url 'auth:logout' %}?next={{ request.path }}">Logout</a></li> </ul> {% endif %} </ul> |