From be4b1b719ea51132a9eb0e0b2f8e0c03334d4196 Mon Sep 17 00:00:00 2001 From: Brandon Waldon <32781952+bwaldon@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:10:00 -0400 Subject: [PATCH 1/2] refactor dom editing in html templates w/ jquery Co-authored-by: Meru Gopalan --- templates/annotate.html | 33 +++++++++++++++++---------------- templates/edittree.html | 10 +++++++--- templates/layout.html | 1 + 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/templates/annotate.html b/templates/annotate.html index d9d492c..15ec755 100644 --- a/templates/annotate.html +++ b/templates/annotate.html @@ -41,34 +41,34 @@ +{%block script %} +{% endblock %} {{ msg }} +{%block script %} +{% endblock %}