mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
refactor: move age and gender to question set
This commit is contained in:
@@ -23,16 +23,6 @@
|
||||
{% endif %}
|
||||
|
||||
<dl>
|
||||
{% if person.gender %}
|
||||
<dt>Gender</dt>
|
||||
<dd>{{ person.get_gender_display }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if person.age_group %}
|
||||
<dt>Age Group</dt>
|
||||
<dd>{{ person.get_age_group_display }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if person.nationality %}
|
||||
<dt>Nationality</dt>
|
||||
<dd>{{ person.nationality.name }}</dd>
|
||||
|
||||
Reference in New Issue
Block a user