From 276fab3114b34788b273972f7abc1dfa30c3c002 Mon Sep 17 00:00:00 2001 From: "Karen A. Salamy" Date: Mon, 20 May 2024 20:09:37 -0700 Subject: [PATCH] Github Issue #72: Enhance Missions Detail View - Update#2 View updates and fixes. --- smdb/smdb/templates/smdb/mission_detail.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/smdb/smdb/templates/smdb/mission_detail.html b/smdb/smdb/templates/smdb/mission_detail.html index a72b2d61..bdeb651d 100644 --- a/smdb/smdb/templates/smdb/mission_detail.html +++ b/smdb/smdb/templates/smdb/mission_detail.html @@ -15,8 +15,9 @@ {% block content %} +
-
+

Mission {{ mission.name }}

@@ -49,4 +50,5 @@

Used in Compilations:

Notes:

{{ mission.notes_text }}
-{% endblock %} \ No newline at end of file +
+{% endblock %}