From 23506022b1e30507243aec17ba74411f984866fb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 12 Apr 2015 18:57:17 +0200 Subject: Typo. --- pyaggr3g470r/templates/layout.html | 4 ++-- pyaggr3g470r/templates/management.html | 2 +- pyaggr3g470r/views/views.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index b5259d3b..94d3fdc6 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -65,7 +65,7 @@ {% else %}
  • {{ _('Favorites') }}
  • {% endif %} - {% if not ON_HEROKU or g.user.is_admin() %} + {% if not on_heroku or g.user.is_admin() %}
  • {{ _('Fetch') }}
  • {% endif %}
  • {{ _('Logout') }}
  • - {% if not ON_HEROKU %} + {% if not on_heroku %}