From cd270a37444dcba6a02652269a06527b1bb1c0db Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 Jun 2015 10:59:35 +0200 Subject: Bugfix: the variable 'favorites' wasn't transfered to the template. --- pyaggr3g470r/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index d8a62dbc..80c74703 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -65,7 +65,7 @@ - {% if favorites %} + {% if page_to_render == "favorites" %}
  • {{ _('Home') }}
  • {% else %}
  • {{ _('Favorites') }}
  • -- cgit