From 4bc0e3be938199417a7309f077e335d616432d76 Mon Sep 17 00:00:00 2001
From: Ross
History: {{ case.history }}
+History: {{ case.history |linebreaks}}
-Discussion: {{ case.discussion }}
+Discussion: {{ case.discussion |linebreaks}}
-Report: {{ case.report }}
+Report: {{ case.report |linebreaks}}
Resource
{% for caseresource in case.caseresource_set.all %}
{{caseresource.resource.name}}
{% if caseresource.pre_review %}
diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html
index 13fb577f..4b2365d4 100644
--- a/atlas/templates/atlas/collection_case_view_take.html
+++ b/atlas/templates/atlas/collection_case_view_take.html
@@ -42,7 +42,7 @@
{% endif %}
{% if show_history and case.history %}