From 86449ca3ec67fdc62fcf55e93ff7416a9305fd0f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 23 Apr 2015 08:23:32 +0200 Subject: Removed HTML accesskey, not so useful. --- pyaggr3g470r/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 1be20f35..8b735c70 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -68,17 +68,17 @@ {% if favorites %}
  • {{ _('Home') }}
  • {% else %} -
  • {{ _('Favorites') }}
  • +
  • {{ _('Favorites') }}
  • {% endif %} {% if conf.CRAWLING_METHOD == "classic" and (not conf.ON_HEROKU or g.user.is_admin()) %} -
  • {{ _('Fetch') }}
  • +
  • {{ _('Fetch') }}
  • {% endif %}