feat: specify whether question answers are public

Resolves #62
This commit is contained in:
James Graham
2021-02-08 14:42:07 +00:00
parent 9164ea8a05
commit a141b93644
3 changed files with 29 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
<tr><td>Organisation</td><td>{{ answer_set.organisation }}</td></tr>
{% endif %}
{% for answer in answer_set.question_answers.all %}
{% for answer in answer_set.public_answers.all %}
<tr>
<td>{{ answer.question }}</td>
<td>{{ answer }}</td>