diff --git a/RIGS/templates/event_print_page.xml b/RIGS/templates/event_print_page.xml index 2101c8c7..11d238f1 100644 --- a/RIGS/templates/event_print_page.xml +++ b/RIGS/templates/event_print_page.xml @@ -180,7 +180,7 @@ {% for item in object.items.all %} - {{ item.name }} + {{ item.name }} {% if item.description %} {{ item.description|markdown:"rml" }} {% endif %}