diff --git a/source/app/blueprints/case/templates/case.html b/source/app/blueprints/case/templates/case.html index e1ba37042..9e6e213e3 100644 --- a/source/app/blueprints/case/templates/case.html +++ b/source/app/blueprints/case/templates/case.html @@ -152,7 +152,7 @@

Case summary {{ "(Syncing with DB )" if case.i
-
+
diff --git a/source/app/blueprints/case/templates/case_notes_v2.html b/source/app/blueprints/case/templates/case_notes_v2.html index 810a7ca3d..516a921de 100644 --- a/source/app/blueprints/case/templates/case_notes_v2.html +++ b/source/app/blueprints/case/templates/case_notes_v2.html @@ -137,7 +137,7 @@

-
+
diff --git a/source/app/blueprints/case/templates/modal_add_case_asset.html b/source/app/blueprints/case/templates/modal_add_case_asset.html index a643508fc..7b1283899 100644 --- a/source/app/blueprints/case/templates/modal_add_case_asset.html +++ b/source/app/blueprints/case/templates/modal_add_case_asset.html @@ -64,7 +64,7 @@
-
{% if asset %}{{ asset.asset_description }}{% endif %}
+
{% if asset %}{{ asset.asset_description }}{% endif %}
-
{% if event.event_content %}{{ event.event_content }}{% endif %}
+
{% if event.event_content %}{{ event.event_content }}{% endif %}
-
{% if ioc and ioc.ioc_description %}{{ ioc.ioc_description }}{% endif %}
+
{% if ioc and ioc.ioc_description %}{{ ioc.ioc_description }}{% endif %}
-
{% if asset %}{{ asset.asset_description }}{% endif %}
+
{% if asset %}{{ asset.asset_description }}{% endif %}
-
{% if rfile %}{{ rfile.file_description }}{% endif %}
+
{% if rfile %}{{ rfile.file_description }}{% endif %}
-
{% if task.task_description %}{{ task.task_description }}{% endif %}
+
{% if task.task_description %}{{ task.task_description }}{% endif %}