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 }}