fix: undo previous change

This commit is contained in:
James Graham
2021-03-10 10:46:32 +00:00
parent b00ca4c1a2
commit 7ce47fc0ef
4 changed files with 17 additions and 16 deletions

View File

@@ -31,10 +31,6 @@
<tr><td>Job Title</td><td>{{ answer_set.job_title }}</td></tr>
{% endif %}
{% if answer_set.external_organisations %}
<tr><td>External Organisations Worked With</td><td>{{ answer_set.external_organisations }}</td></tr>
{% endif %}
{% for answer in answer_set.question_answers.all %}
<tr>
<td>{{ answer.question }}</td>