aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-10 21:00:50 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-10 21:00:50 +0100
commita8c9903f37a53ac671e147f0fb5b2cf924caf5bf (patch)
tree63c2a439239a3169b4052cde9730f4fb453d5fa4
parent5ff51cb986cf2bff5df59a10a65a1f1ecd593a64 (diff)
Puts the card description back into the UI
-rw-r--r--pyblackbird_cc/templates/resources/resource_card_standard.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_card_standard.html b/pyblackbird_cc/templates/resources/resource_card_standard.html
index 68ea0dc..9d560eb 100644
--- a/pyblackbird_cc/templates/resources/resource_card_standard.html
+++ b/pyblackbird_cc/templates/resources/resource_card_standard.html
@@ -32,6 +32,7 @@
<span class="badge bg-info me-2">Feature slot: {{ resource.feature_slot }}</span>
{% endif %}
</div>
+ <p>{{ resource.card_description }}</p>
<p class="card-text m-1"><small class="text-muted">1 credit</small></p>
</div>
</div>
@@ -47,4 +48,4 @@
{% endif %}
</div>
-</div> \ No newline at end of file
+</div>