From ed19a3204fb7a9e710110f1ac2ffb4cd5a5d8750 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 24 Mar 2026 20:07:18 +0000 Subject: [PATCH] only show relevant export options on member edit --- myriad/templates/manage/edit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/myriad/templates/manage/edit.html b/myriad/templates/manage/edit.html index 0ec4a3b..41db4a0 100644 --- a/myriad/templates/manage/edit.html +++ b/myriad/templates/manage/edit.html @@ -118,10 +118,10 @@
Manage Member Data
Export Fields
- Export icons
- Export blinkies
- Export stamps
- Export all member data
+ {% if icons %}Export icons
{% endif %} + {% if blinkies %}Export blinkies
{% endif %} + {% if stamps %}Export stamps
{% endif %} + {% if icons or blinkies or stamps %}Export all member data
{% endif %}