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 %}
|
||||
<option
|
||||
value="{{ Section.ID }}"
|
||||
{% if Section.ID == Person.Section %}
|
||||
{% if Section.ID == Person.SectionID %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue