From dd65b5c4d0961eec3a62b03ac11665bc912f861d Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 7 Dec 2024 20:38:24 +0100 Subject: [PATCH] feat: use button groups in admin tables --- templates/admin.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index 8ef87a6..3cf55c1 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -50,8 +50,10 @@ {{ '✓' if user.is_admin else '✗' }} {{ '✓' if user.logout_after_purchase else '✗' }} - Edit - Delete +
+ Edit + Delete +
{% endfor %} @@ -104,8 +106,10 @@ {{ '✓' if product.stockable else '✗' }} Picture of {{ product.name }} - Edit - Delete +
+ Edit + Delete +
{% endfor %}