Skip to content

Commit

Permalink
Fix title in members list; closes #1756
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 10, 2023
1 parent 8a78279 commit 9532057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galette/templates/default/pages/members_list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
{% elseif column.field_id == 'id_statut' %}
{% set value = member.sstatus %}
{% elseif column.field_id == 'titre_adh' %}
{% if member.title is iterable %}
{% if member.title is not null %}
{% set value = member.title.long %}
{% endif %}
{% elseif column.field_id == 'pref_lang' %}
Expand Down

0 comments on commit 9532057

Please sign in to comment.