mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-13 18:19:41 +00:00
Fix item description print being broken
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
{% if item.description %}
|
{% if item.description %}
|
||||||
</para>
|
</para>
|
||||||
<para style="item_description">
|
<para style="item_description">
|
||||||
<em>{{ item.description|markdown:"rml" }}</em>
|
{{ item.description|markdown:"rml" }}
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user