diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-07 19:54:52 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-07 19:54:52 +0100 |
commit | 6fd074b8d295a7ff6eab7a3358096f5baed9d9c9 (patch) | |
tree | cdfefc02b8dc2c53d3400cb419cc82be1eb09706 /pyblackbird_cc/resources/views.py | |
parent | fc559600753f28d820052b326550db6fa3de0ed4 (diff) |
wip: redesigning the detail page
Diffstat (limited to 'pyblackbird_cc/resources/views.py')
-rw-r--r-- | pyblackbird_cc/resources/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyblackbird_cc/resources/views.py b/pyblackbird_cc/resources/views.py index ca7ce73..1b3312e 100644 --- a/pyblackbird_cc/resources/views.py +++ b/pyblackbird_cc/resources/views.py @@ -289,6 +289,7 @@ def resource_detail(request, resource_id): "id": resource_obj.id, "name": resource_obj.name, "description": resource_obj.description, + "card_description": resource_obj.card_description, "resource_type": resource_obj.resource_type.name, "main_resource_category": resource_obj.main_resource_category.name, "additional_resource_category": ( |