From 2af7705d4cf37d36b0042ec16bb5ceadeb8699d7 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 7 Feb 2024 12:30:08 -0500 Subject: [PATCH] Use the request module for dashboard deletions --- umap/templates/umap/map_table.html | 27 +++++------------ umap/tests/integration/test_dashboard.py | 37 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 19 deletions(-) create mode 100644 umap/tests/integration/test_dashboard.py diff --git a/umap/templates/umap/map_table.html b/umap/templates/umap/map_table.html index b2e2c0e2..e8586c0d 100644 --- a/umap/templates/umap/map_table.html +++ b/umap/templates/umap/map_table.html @@ -114,29 +114,18 @@ {% endif %} -