.
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
{% if discrepancy_form %}
|
{% if discrepancy_form %}
|
||||||
<div class="alert alert-info sticky-alert" role="alert">
|
<div class="alert alert-info sticky-alert" role="alert">
|
||||||
<h3>This answer has discrepant scores</h3>
|
<details open>
|
||||||
|
<summary><h3>This answer has discrepant scores</h3></summary>
|
||||||
Either edit your score before or set the overall score here.<br/>
|
Either edit your score before or set the overall score here.<br/>
|
||||||
|
|
||||||
<form method="POST" class="post-form">{% csrf_token %}
|
<form method="POST" class="post-form">{% csrf_token %}
|
||||||
@@ -31,6 +32,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user