diff --git a/cards/templates/cards/_card_item.html b/cards/templates/cards/_card_item.html index 5198859..5726ac1 100644 --- a/cards/templates/cards/_card_item.html +++ b/cards/templates/cards/_card_item.html @@ -2,7 +2,7 @@
{% if card.image %} - {{ card.name }} + {{ card.name }} {% endif %}
{{ card.name }}
diff --git a/cards/templates/cards/_card_preview.html b/cards/templates/cards/_card_preview.html index c71045b..82ece5e 100644 --- a/cards/templates/cards/_card_preview.html +++ b/cards/templates/cards/_card_preview.html @@ -9,7 +9,7 @@ {# Hero / image banner using background image if available #}
{% if card.image %} - {{ card.name }} + {{ card.name }} {% endif %}
{{ card.name }}
diff --git a/cards/templates/cards/_form.html b/cards/templates/cards/_form.html index 635ebe4..7e016a2 100644 --- a/cards/templates/cards/_form.html +++ b/cards/templates/cards/_form.html @@ -64,10 +64,41 @@
-
{{ form.background }}
-

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

+
{{ form.background }}
+
+
+
Use site default
+ {% for bg in backgrounds %} +
+ {{ bg.title }} +
+ {% endfor %} +
+

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

+
+