From 2c68877cc8bcd03d79702183aa0fe99e7c8f3438 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 18 Mar 2021 17:29:19 +0000 Subject: [PATCH] fix: make disciplinary background public Resolves #105 --- .../templates/people/person/includes/answer_set_partial.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/people/templates/people/person/includes/answer_set_partial.html b/people/templates/people/person/includes/answer_set_partial.html index 954ec0a..a3228df 100644 --- a/people/templates/people/person/includes/answer_set_partial.html +++ b/people/templates/people/person/includes/answer_set_partial.html @@ -15,6 +15,10 @@ Organisation{{ answer_set.organisation }} {% endif %} + {% if answer_set.disciplinary_background %} + Disciplinary Background{{ answer_set.disciplinary_background }} + {% endif %} + {% for question, answers in question_answers.items %} {{ question }}