From 76d7b6deecd58609af2504570ac9fe4e07677fec Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 24 Jun 2014 13:32:05 +0200 Subject: Removed trailing slashes from the routes. --- pyaggr3g470r/templates/layout.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 8fc88d74..e97128f7 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -101,27 +101,27 @@ deployed on Heroku or on a traditional server." /> -
  • {{ _('Management') }}
  • +
  • {{ _('Management') }}
  • {% if g.user.is_admin() %}
  • {{ _('Dashboard') }}
  • {% endif %} -
  • {{ _('About') }}
  • +
  • {{ _('About') }}
  • {{ _('Logout') }}
  • {% else %} -
  • {{ _('About') }}
  • +
  • {{ _('About') }}
  • {% endif %} -- cgit