From dd0331d2456a7e7a7abf07fcbbb01f142794ba5c Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 30 Nov 2021 22:41:16 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 9fcc360d..a9a59d2b 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -25,10 +25,6 @@ {% endfor %} Add new series
-

Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}

-

Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}

{% comment %}

Scrapped: {{ case.scrapped }} (toggle) {% endcomment %} @@ -54,8 +50,19 @@

+

{% include 'question_notes.html' %}
+ +

Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}

> + +

Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}

\ No newline at end of file