This commit is contained in:
Ross
2022-04-09 00:07:41 +01:00
parent 1b6cb4f63a
commit cee45774d0
2 changed files with 35 additions and 24 deletions
@@ -3,13 +3,13 @@
{% block content %}
<h2>Case {{case_number|add:1}}
{% if collection.show_title_pre %}
{% if show_title %}
: {{case.title}}
{% endif %}
</h2>
{% if collection.show_description_pre and case.description%}
{% if show_description and case.description %}
<div>
Description: {{case.description}}
</div>
@@ -38,7 +38,7 @@
</div>
</div>
{% if collection.show_discussion_pre and case.discussion%}
{% if show_discussion and case.discussion%}
<details>
<summary>
Discussion:
@@ -48,7 +48,7 @@
</div>
</details>
{% endif %}
{% if collection.show_report_pre and case.report%}
{% if show_report and case.report%}
<details>
<summary>
Report: