diff options
author | komalsheth286 | 2016-09-23 14:41:34 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-23 14:41:34 +0530 |
commit | 9884007cb4668699dd56e443660442b2b819b207 (patch) | |
tree | 35635b519bebe3ce5a40b187530c43e069166156 /website/templates/submit-cfp.html | |
parent | 53199f41e0e22975c8efb45b68e67780c954a45f (diff) | |
download | SciPy2016-9884007cb4668699dd56e443660442b2b819b207.tar.gz SciPy2016-9884007cb4668699dd56e443660442b2b819b207.tar.bz2 SciPy2016-9884007cb4668699dd56e443660442b2b819b207.zip |
Changes of links to 2016
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-x | 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 2a415a9..e3c1c2c 100755 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -40,7 +40,7 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}</a> <ul class="dropdown-menu"> - <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li> + <li><a href="{% url 'auth:logout'%}?next=/2016/cfp">Logout</a></li> <li><a href="{% url 'website:cfp' %}">Main Menu</a></li> </ul> {% else %} |