Fix section select on edit person

This commit is contained in:
William Bouzourène 2025-01-28 19:59:48 +01:00
parent 500049031a
commit 13127fcde1

View file

@ -204,7 +204,7 @@
{% for Section in Sections %}
<option
value="{{ Section.ID }}"
{% if Section.ID == Person.Section %}
{% if Section.ID == Person.SectionID %}
selected
{% endif %}
>