From f077367be5f97ffa9e9d371bff997e113ba03c78 Mon Sep 17 00:00:00 2001 From: Verox001 Date: Fri, 2 Feb 2024 09:10:01 +0100 Subject: [PATCH] Finished client-side dragndrop --- templates/index.html | 30 +++++++++++++++++++++++++++++- templates/layouts/main.html | 4 +--- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 20f3d88..8feb3eb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -217,6 +217,34 @@ }); } - + + {% endblock %} \ No newline at end of file diff --git a/templates/layouts/main.html b/templates/layouts/main.html index 051dbf3..c375f6a 100644 --- a/templates/layouts/main.html +++ b/templates/layouts/main.html @@ -9,7 +9,6 @@ - @@ -54,8 +53,7 @@ - - + \ No newline at end of file