Message ID | 20130821202123.1755.70794.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/templates/layouts/content.html' --- lava_server/templates/layouts/content.html 2013-08-07 12:06:55 +0000 +++ lava_server/templates/layouts/content.html 2013-08-19 10:45:42 +0000 @@ -92,7 +92,7 @@ {% if user.is_staff %} <li><a href="{% url admin:index %}">Administration</a></li> {% endif %} - <li><a href="{% url django.contrib.auth.views.logout %}">Sign out</a></li> + <li><a href="{% url django.contrib.auth.views.logout %}?next={{ MOUNT_POINT }}/">Sign out</a></li> </ul> {% endif %} </div>