refactor: move themes to admin question

Resolves #95
This commit is contained in:
James Graham
2021-03-10 09:36:21 +00:00
parent 5d1caf98ba
commit e3e8a2ada4
6 changed files with 39 additions and 33 deletions

View File

@@ -31,17 +31,6 @@
<tr><td>Job Title</td><td>{{ answer_set.job_title }}</td></tr>
{% endif %}
{% if answer_set.themes.exists %}
<tr>
<td>Project Themes</td>
<td>
{% for theme in answer_set.themes.all %}
{{ theme }}{% if not forloop.last %}, {% endif %}
{% endfor %}
</td>
</tr>
{% endif %}
{% for answer in answer_set.question_answers.all %}
<tr>
<td>{{ answer.question }}</td>