diff --git a/RIGS/templates/RIGS/event_print_page.xml b/RIGS/templates/RIGS/event_print_page.xml index 7529b113..8a168cea 100644 --- a/RIGS/templates/RIGS/event_print_page.xml +++ b/RIGS/templates/RIGS/event_print_page.xml @@ -8,7 +8,7 @@ -{{ object.description|default_if_none:""|linebreaks }} +{{ object.description|default_if_none:""|linebreaksbr }} @@ -38,7 +38,7 @@

Venue

{{ object.venue.name }}

- {{ object.venue.address|default_if_none:""|linebreaks }} + {{ object.venue.address|default_if_none:""|linebreaksbr }} @@ -113,7 +113,7 @@ {% if item.description %} - {{ item.description|linebreaks }} + {{ item.description|linebreaksbr }} {% endif %}