From: Jonatan Schlag Date: Thu, 14 Dec 2017 12:33:32 +0000 (+0100) Subject: bootstrap4: fix base.html admin section X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ab1593ccad65b3ee90b6e5718cdfb6a6ae6f034;p=pbs.git bootstrap4: fix base.html admin section Signed-off-by: Jonatan Schlag --- diff --git a/src/templates/base.html b/src/templates/base.html index 90af0e0f..3e899f92 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -48,8 +48,8 @@ {{ _("Users") }} {% end %} {% if current_user and current_user.is_admin() %} -
  • - + + {{ _("Sessions") }} {{ _("Uploads") }} {% end %}