From 383c7e20c2eaf8222a8239c188455e7c7dd4f322 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 16 Mar 2015 13:30:00 +0000 Subject: base: Don't put the logout button in the is_staff block Regular users didn't have their logout/profile drop down! Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index e5dfee8..2e0b487 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,6 +51,7 @@
  • Bundles
  • {% if user.is_staff %}
  • Admin
  • +{% endif %} -{% endif %} {% else %}
  • Login
  • Register
  • -- cgit v1.2.3