fix: Add changes to detail page missing

See #33
This commit is contained in:
James Graham
2020-06-24 15:10:00 +01:00
parent ab37139429
commit 57349a6007

View File

@@ -38,6 +38,11 @@
{% if person.organisation %}
<dt>Organisation</dt>
<dd>{{ person.organisation }}</dd>
{% if person.organisation_started_date %}
<dt>Started Date</dt>
<dd>{{ person.organisation_started_date }}</dd>
{% endif %}
{% endif %}
{% if person.job_title %}