From 57349a60074acc01fbb253cfe30fddb3f7f80842 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 24 Jun 2020 15:10:00 +0100 Subject: [PATCH] fix: Add changes to detail page missing See #33 --- people/templates/people/person/detail.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/people/templates/people/person/detail.html b/people/templates/people/person/detail.html index 349aaf5..d2dcd9c 100644 --- a/people/templates/people/person/detail.html +++ b/people/templates/people/person/detail.html @@ -38,6 +38,11 @@ {% if person.organisation %}
Organisation
{{ person.organisation }}
+ + {% if person.organisation_started_date %} +
Started Date
+
{{ person.organisation_started_date }}
+ {% endif %} {% endif %} {% if person.job_title %}