.
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% if show_discussion and case.discussion%}
|
{% if show_discussion and case.discussion%}
|
||||||
|
<p>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
Discussion:
|
Discussion:
|
||||||
@@ -47,8 +48,10 @@
|
|||||||
{{case.discussion}}
|
{{case.discussion}}
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if show_report and case.report%}
|
{% if show_report and case.report%}
|
||||||
|
<p>
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
Report:
|
Report:
|
||||||
@@ -57,6 +60,7 @@
|
|||||||
{{case.report}}
|
{{case.report}}
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<form method="POST" class="post-form">{% csrf_token %}
|
<form method="POST" class="post-form">{% csrf_token %}
|
||||||
|
|||||||
Reference in New Issue
Block a user