From 85e4e4e9bc00044f18dc9ae3beb73229e77b9de0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 3 Oct 2014 01:03:46 +0100 Subject: base: Capitalize the menu items in the navbar v2: Rebase on top of the "Project Info" renaming Signed-off-by: Damien Lespiau --- templates/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 5e82ede..299b0a1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,25 +45,25 @@
  • {% endif %} {% if user.is_authenticated %} -
  • todo +
  • Todo ({{ user.profile.n_todo_patches }})
  • -
  • bundles
  • +
  • Bundles
  • {% if user.is_staff %} -
  • admin
  • +
  • Admin
  • {% endif %} {% else %} -
  • login
  • -
  • register
  • -
  • mail settings
  • +
  • Login
  • +
  • Register
  • +
  • Mail settings
  • {% endif %} -- cgit v1.2.3