From 113424d1e4e79d93e24f1bb92a10d6d0e70094df Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 13 Apr 2026 14:28:23 +0100 Subject: [PATCH] Fix indentation for included partials in case display block template --- atlas/templates/atlas/case_display_block.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index fd0524e0..3e568f61 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -679,9 +679,9 @@
- {% include 'atlas/partials/_series_findings.html' %} + {% include 'atlas/partials/_series_findings.html' %} - {% include 'atlas/partials/_case_displaysets.html' %} + {% include 'atlas/partials/_case_displaysets.html' %}
{% include 'atlas/partials/_case_differentials.html' %}