diff options
author | hardythe1 | 2015-07-07 17:56:16 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-07 17:56:16 +0530 |
commit | 126a155e3fbc60d2a20607ef80e6316b1bee2f03 (patch) | |
tree | fd6a7011747928168b10db8c9a0020efb5f6e815 /website | |
parent | 5c1abc2c0cb277dfe0ee7467de976327bd16368f (diff) | |
download | SciPy2015-126a155e3fbc60d2a20607ef80e6316b1bee2f03.tar.gz SciPy2015-126a155e3fbc60d2a20607ef80e6316b1bee2f03.tar.bz2 SciPy2015-126a155e3fbc60d2a20607ef80e6316b1bee2f03.zip |
change redirect url
Diffstat (limited to 'website')
-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 d3d7df2..f75a373 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=/cfp">Logout</a></li> + <li><a href="{% url 'auth:logout' %}?next=/2015/cfp">Logout</a></li> </ul> {% endif %} </ul> |