From 09be93e8b6fe518268370fdf95bad94d5dcee3cb Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 5 Dec 2025 10:52:27 +0000 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- cards/templates/cards/_form.html | 7 +++++++ db.sqlite3 | Bin 143360 -> 143360 bytes media/dinosaurs/trex2.png | Bin 0 -> 1590978 bytes templates/cards/_form.html | 7 +++++++ 4 files changed, 14 insertions(+) create mode 100644 media/dinosaurs/trex2.png diff --git a/cards/templates/cards/_form.html b/cards/templates/cards/_form.html index 1ce735b..635ebe4 100644 --- a/cards/templates/cards/_form.html +++ b/cards/templates/cards/_form.html @@ -61,6 +61,13 @@ +
+ +
+
{{ form.background }}
+

Optional: choose a background image to use for this card.

+
+