.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user