From 7e3ed6cf94409118d02dd38b1f7ad301f967a2c5 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 15 Aug 2025 22:39:18 -0300 Subject: [PATCH] feat(export): improve export flow by using HTMX --- .../export_app/fragments/export.html | 2 +- app/templates/includes/sidebar.html | 2 +- frontend/src/application/_htmx.js | 64 +++++++++++++++++++ 3 files changed, 66 insertions(+), 2 deletions(-) diff --git a/app/templates/export_app/fragments/export.html b/app/templates/export_app/fragments/export.html index 241dd2f..8a41a9f 100644 --- a/app/templates/export_app/fragments/export.html +++ b/app/templates/export_app/fragments/export.html @@ -6,7 +6,7 @@ {% block body %}
-
+ {% crispy form %}
diff --git a/app/templates/includes/sidebar.html b/app/templates/includes/sidebar.html index b71fdc2..29c57ad 100644 --- a/app/templates/includes/sidebar.html +++ b/app/templates/includes/sidebar.html @@ -261,7 +261,7 @@ {% endif %} -
+