Fix section select on edit person
This commit is contained in:
parent
500049031a
commit
13127fcde1
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@
|
||||||
{% for Section in Sections %}
|
{% for Section in Sections %}
|
||||||
<option
|
<option
|
||||||
value="{{ Section.ID }}"
|
value="{{ Section.ID }}"
|
||||||
{% if Section.ID == Person.Section %}
|
{% if Section.ID == Person.SectionID %}
|
||||||
selected
|
selected
|
||||||
{% endif %}
|
{% endif %}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue