From 9a4fa745710eefb8e06415143b8fd337f91e8087 Mon Sep 17 00:00:00 2001 From: Nicolas Joyard <joyard.nicolas@gmail.com> Date: Fri, 15 Apr 2016 14:51:59 +0200 Subject: [PATCH] Add chambers to main menu --- templates/_header.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/_header.haml b/templates/_header.haml index 134f2bdd..a1670f4a 100644 --- a/templates/_header.haml +++ b/templates/_header.haml @@ -20,6 +20,9 @@ %li %a{href: "{% url 'representatives:group-list' kind='country' %}"} - trans 'Countries' + %li + %a{href: "{% url 'representatives:group-list' kind='chamber' %}"} + - trans 'Chambers' %li %a{href: "{% url 'representatives:group-list' kind='group' %}"} - trans 'Parties' -- GitLab