This commit is contained in:
Ross
2021-09-12 09:39:50 +01:00
parent d1e59216b2
commit d68399ace1
+3 -1
View File
@@ -14,7 +14,8 @@
{% if discrepancy_form %}
<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/>
<form method="POST" class="post-form">{% csrf_token %}
@@ -31,6 +32,7 @@
</li>
{% endfor %}
</ul>
</details>
</div>
{% endif %}