.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
</div>
|
||||
{% if show_discussion and case.discussion%}
|
||||
<p>
|
||||
<details>
|
||||
<summary>
|
||||
Discussion:
|
||||
@@ -47,8 +48,10 @@
|
||||
{{case.discussion}}
|
||||
</div>
|
||||
</details>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if show_report and case.report%}
|
||||
<p>
|
||||
<details>
|
||||
<summary>
|
||||
Report:
|
||||
@@ -57,6 +60,7 @@
|
||||
{{case.report}}
|
||||
</div>
|
||||
</details>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<form method="POST" class="post-form">{% csrf_token %}
|
||||
@@ -92,16 +96,16 @@
|
||||
|
||||
}
|
||||
.series-block {
|
||||
border: darkgray solid 1px;
|
||||
border: darkgray solid 1px;
|
||||
padding: 1px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
.series-block a {
|
||||
all: unset;
|
||||
}
|
||||
.series-block:hover {
|
||||
background-color: darkblue;
|
||||
background-color: darkblue;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user