mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
Fixed linebreaks in paperwork descriptions
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<keepInFrame maxHeight="30">
|
<keepInFrame maxHeight="30">
|
||||||
<para style="style.event_description">
|
<para style="style.event_description">
|
||||||
{{ object.description|default_if_none:""|linebreaks }}
|
{{ object.description|default_if_none:""|linebreaksbr }}
|
||||||
</para>
|
</para>
|
||||||
</keepInFrame>
|
</keepInFrame>
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<h3>{{ object.venue.name }}</h3>
|
<h3>{{ object.venue.name }}</h3>
|
||||||
{% if not invoice %}
|
{% if not invoice %}
|
||||||
<keepInFrame>
|
<keepInFrame>
|
||||||
<para style="specific_description">{{ object.venue.address|default_if_none:""|linebreaks }}</para>
|
<para style="specific_description">{{ object.venue.address|default_if_none:""|linebreaksbr }}</para>
|
||||||
</keepInFrame>
|
</keepInFrame>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
{% if item.description %}
|
{% if item.description %}
|
||||||
</para>
|
</para>
|
||||||
<para style="item_description">
|
<para style="item_description">
|
||||||
<em>{{ item.description|linebreaks }}</em>
|
<em>{{ item.description|linebreaksbr }}</em>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user