From 0e81fe2235670137f2152212c3fea445fb2912e0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Dec 2025 18:31:01 +0000 Subject: [PATCH] . --- cards/templates/cards/_card_preview.html | 2 +- cards/templates/cards/backgrounds_list.html | 3 + cards/templates/cards/bulk_edit.html | 210 +++++++++--------- cards/templates/cards/list.html | 5 + cards/urls.py | 1 + cards/views.py | 40 +++- db.sqlite3 | Bin 151552 -> 151552 bytes ...emini_Generated_Image_s1y80ns1y80ns1y8.png | Bin 0 -> 7202142 bytes 8 files changed, 153 insertions(+), 108 deletions(-) create mode 100644 media/backgrounds/Gemini_Generated_Image_s1y80ns1y80ns1y8.png diff --git a/cards/templates/cards/_card_preview.html b/cards/templates/cards/_card_preview.html index 8006df3..718be28 100644 --- a/cards/templates/cards/_card_preview.html +++ b/cards/templates/cards/_card_preview.html @@ -47,7 +47,7 @@
Intelligence (score)
{% for t in card.intelligence_star_types %}{% if t == 'full' %}★{% else %}☆{% endif %}{% endfor %}
-
(orig: {{ card.intelligence_orig }})
+
(orig: {{ card.intelligence_orig }})
diff --git a/cards/templates/cards/backgrounds_list.html b/cards/templates/cards/backgrounds_list.html index 199ae6c..b910f29 100644 --- a/cards/templates/cards/backgrounds_list.html +++ b/cards/templates/cards/backgrounds_list.html @@ -11,6 +11,9 @@ +
diff --git a/cards/templates/cards/bulk_edit.html b/cards/templates/cards/bulk_edit.html index 517de24..f1ea801 100644 --- a/cards/templates/cards/bulk_edit.html +++ b/cards/templates/cards/bulk_edit.html @@ -1,8 +1,8 @@ {% extends "cards/base.html" %} {% block content %} -
-

Cards overview — bulk edit

+
+

Cards overview — bulk edit{% if card_count %} ({{ card_count }} card{{ card_count|pluralize }}){% endif %}

Edit multiple cards inline and save changes in one go.