From c0ad284c52b11a1f882847f00048ebed2ab0f732 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 18 Dec 2015 17:17:59 +0000 Subject: ui: Merge the admin link into the user dropdown Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 7f77fce..6a44b69 100644 --- a/templates/base.html +++ b/templates/base.html @@ -73,14 +73,14 @@ Todo {{ user.profile.n_todo_patches }} -{% if user.is_staff %} -
  • Admin
  • -{% endif %}