From ae715af3e16aac8615703912a30a930f7f393a06 Mon Sep 17 00:00:00 2001 From: candifloss Date: Tue, 4 Feb 2025 12:05:18 +0530 Subject: [PATCH] Contenteditable HTML table --- templates/csv_preview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/csv_preview.html b/templates/csv_preview.html index 947d181..74d7ef4 100644 --- a/templates/csv_preview.html +++ b/templates/csv_preview.html @@ -22,11 +22,11 @@ {% for asset in assets %} - {{ asset.assettag }} - {{ asset.hostname }} - {{ asset.warrantyfrom }} - {{ asset.status }} - {{ asset.staffnum }} + {{ asset.assettag }} + {{ asset.hostname }} + {{ asset.warrantyfrom }} + {{ asset.status }} + {{ asset.staffnum }} {% endfor %}