refactor: move disciplines to admin-question

Resolves #59
This commit is contained in:
James Graham
2021-02-15 15:29:47 +00:00
parent 0b1f303d62
commit 7021f05b67
6 changed files with 67 additions and 14 deletions

View File

@@ -27,10 +27,6 @@
<tr><td>Job Title</td><td>{{ answer_set.job_title }}</td></tr>
{% endif %}
{% if answer_set.disciplines %}
<tr><td>Discipline(s)</td><td>{{ answer_set.disciplines }}</td></tr>
{% endif %}
{% if answer_set.themes.exists %}
<tr>
<td>Project Themes</td>