Embolden item headers on paperwork

Closes #481
This commit is contained in:
2022-02-16 13:14:53 +00:00
parent 14d3522b81
commit 24e6ba540d

View File

@@ -180,7 +180,7 @@
{% for item in object.items.all %} {% for item in object.items.all %}
<tr> <tr>
<td> <td>
<para>{{ item.name }}</para> <para><b>{{ item.name }}</b></para>
{% if item.description %} {% if item.description %}
{{ item.description|markdown:"rml" }} {{ item.description|markdown:"rml" }}
{% endif %} {% endif %}