diff --git a/templates/_header.haml b/templates/_header.haml index 134f2bddae7170bfa99aee79158d7d65d2f786dd..a1670f4a5482709e9dbedf9f4f805d79e564c1df 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'