diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index a0d88dd6..972879db 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -23,12 +23,12 @@
{% for series in series_list %} - - - Series {{ forloop.counter }}: + + + Series {{ forloop.counter }}: {{series.get_block}} - - + + {% endfor %}
@@ -39,71 +39,75 @@ {% if show_discussion and case.discussion%} -
- - Discussion: - -
- {{case.discussion}} -
-
+

+

+ + Discussion: + +
+ {{case.discussion}} +
+
+

{% endif %} {% if show_report and case.report%} -
- - Report: - -
- {{case.report}} -
-
+

+

+ + Report: + +
+ {{case.report}} +
+
+

{% endif %} -
{% csrf_token %} -
- {% if collection.publish_results %}
{% endif %} - {{form}} - {% if collection.publish_results %}
{% endif %} -
-

+ {% csrf_token %} +

+ {% if collection.publish_results %}
{% endif %} + {{form}} + {% if collection.publish_results %}
{% endif %} +
+

{% if collection.publish_results %}

Answer score: {{answer.score}}

Answer feedback: {{answer.feedback|safe}} {% endif %} -

- {% if previous > -1 %} - - {% endif %} - {% if next %} - - {% else %} - {% if not exam.publish_results %} - - {% endif %} +

+ {% if previous > -1 %} + + {% endif %} + {% if next %} + + {% else %} + {% if not exam.publish_results %} + {% endif %} + {% endif %} -
- - -
- + } + .series-block { + border: darkgray solid 1px; + padding: 1px; + text-decoration: none; + text-align: center; + } + .series-block a { + all: unset; + } + .series-block:hover { + background-color: darkblue; + } + {% endblock %} {% block js %}