Skip to content
Extraits de code Groupes Projets
Valider d3148298 rédigé par Nicolas Joyard's avatar Nicolas Joyard
Parcourir les fichiers

Use rep.chamber shortcut where applicable

parent 6d34a029
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,8 +21,8 @@
%tr
%th Chamber
%td<
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.main_mandate.group.chamber.name %}"}
= representative.main_mandate.group.chamber|chamber_icon
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.chamber.name %}"}
= representative.chamber|chamber_icon
%tr
%th Country
%td<
......
......@@ -16,8 +16,8 @@
%a{'href': "{{ representative.get_absolute_url }}"}
= representative.full_name
%li.chamber
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.main_mandate.group.chamber.name %}"}
= representative.main_mandate.group.chamber|chamber_icon
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.chamber.name %}"}
= representative.chamber|chamber_icon
%li.country
%a{'href': "{{ representative.country.get_absolute_url }}"}
= representative.country|country_flag
......
......@@ -47,8 +47,8 @@
= representative.full_name
%td
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.main_mandate.group.chamber.name %}"}
= representative.main_mandate.group.chamber
%a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.chamber.name %}"}
= representative.chamber
%td
%a{'href': "{{ representative.country.get_absolute_url }}"}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter