From c0af121f9876f1c1e43b67812e5ed843d2850df0 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sun, 31 Jan 2021 02:06:46 +0000 Subject: [PATCH] Fix some HTML errors in templates Which apparently only Django's HTML parser cares about, browsers DGAF... --- RIGS/templates/event_checklist_form.html | 8 ++++---- templates/generic_list.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RIGS/templates/event_checklist_form.html b/RIGS/templates/event_checklist_form.html index 30e33da4..d581774e 100644 --- a/RIGS/templates/event_checklist_form.html +++ b/RIGS/templates/event_checklist_form.html @@ -135,7 +135,7 @@ - {% for i in object.vehicles.all %} @@ -147,7 +147,7 @@ {% endif %} - {% endfor %} @@ -207,7 +207,7 @@ - {% for crew in object.crew.all %} @@ -221,7 +221,7 @@ - {% endfor %} diff --git a/templates/generic_list.html b/templates/generic_list.html index dc629611..4104cd94 100644 --- a/templates/generic_list.html +++ b/templates/generic_list.html @@ -18,7 +18,7 @@ -
Name + Name Email Phone Notes