aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_detail.html')
-rw-r--r--pyblackbird_cc/templates/resources/resource_detail.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html
index 70c1b11..8391cca 100644
--- a/pyblackbird_cc/templates/resources/resource_detail.html
+++ b/pyblackbird_cc/templates/resources/resource_detail.html
@@ -1,5 +1,7 @@
{% extends 'base.html' %}
+{% load markdown_extras %}
+
{% block content %}
<div class="container">
<div class="row my-4">
@@ -71,8 +73,7 @@
{% endfor %}
<div class="row my-5">
<div class="col bg-white pt-3 border border-success border-opacity-25 rounded">
- <h3>What's included?</h3>
- <div>{{ resource.description }}</div>
+ <div>{{ resource.description | markdown | safe }}</div>
</div>
</div>
<div class="row">