From: Damien Lespiau Date: Fri, 18 Dec 2015 17:17:59 +0000 (+0000) Subject: ui: Merge the admin link into the user dropdown X-Git-Tag: v1.1.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ad284c52b11a1f882847f00048ebed2ab0f732;p=thirdparty%2Fpatchwork.git ui: Merge the admin link into the user dropdown Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/templates/base.html b/templates/base.html index 7f77fce0..6a44b69e 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 %}