From 2976c08b7c52b75a97bdc36da1f00e1f46635901 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 11 Aug 2021 19:02:02 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 93 ++++++++++++------- 1 file changed, 57 insertions(+), 36 deletions(-) diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index 3c4e8075..a63bce7c 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -10,17 +10,17 @@ {% for series in question.series.all %} - Series {{ forloop.counter }}: - - {{series.get_block}} - + Series {{ forloop.counter }}: + + {{series.get_block}} + -Popup - + Popup + {% endfor %} - Add new series
+ Add new series

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

@@ -29,37 +29,58 @@

Scrapped: {{ question.scrapped }} (toggle)

-

Feedback:

{{ question.feedback }}

-

Model answers

-

Observations:

{{ question.model_observations }}

-

Interpretation:

{{ question.model_interpretation }}

-

Principle Diagnosis:

{{ question.model_principle_diagnosis }}

-

Differential Diagnosis:

{{ question.model_differential_diagnosis }}

-

Managment:

{{ question.model_management }}

+

Feedback: +

{{ question.feedback }}
+

+
+ +

Model answers

+
+

Observations: +

{{ question.model_observations }}
+

+

Interpretation: +

{{ question.model_interpretation }}
+

+

Principle Diagnosis: +

{{ question.model_principle_diagnosis }}
+

+

Differential Diagnosis: +

{{ question.model_differential_diagnosis }}
+

+

Managment: +

{{ question.model_management }}
+

+
-

Mark Scheme:

{{ question.mark_scheme | safe}}

+

+

+ Mark Scheme: +
{{ question.mark_scheme | safe}}
+
+

- Exam(s): {% for exam in question.exams.all %} - {{ exam.name }}, - {% endfor %} -
-
- Notes: -
    - {% for note in question.long_notes.all %} -
  • - {{ note.created_on }} by {{ note.author }}: {{ note.note }} -
  • + Exam(s): {% for exam in question.exams.all %} + {{ exam.name }}, {% endfor %} -
+
+
+ Notes: +
    + {% for note in question.long_notes.all %} +
  • + {{ note.created_on }} by {{ note.author }}: {{ note.note }} +
  • + {% endfor %} +
-
-
- JSON creation time: {{question.json_creation_time}} ({{question.json_creation_time|date:"c"}}), - JSON creation id: {{question.question_json_id}} - {% if question.recreate_json %}[JSON out of date]{% endif %} -
-JSON -Refresh JSON cache \ No newline at end of file + +
+ JSON creation time: {{question.json_creation_time}} ({{question.json_creation_time|date:"c"}}), + JSON creation id: {{question.question_json_id}} + {% if question.recreate_json %}[JSON out of date]{% endif %} +
+ JSON + Refresh JSON cache \ No newline at end of file