mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Fixed double linebreaks in paperwork
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<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>
|
||||||
<spacer length="15"/>
|
<spacer length="15"/>
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
<h2>Venue</h2>
|
<h2>Venue</h2>
|
||||||
<h3>{{ object.venue.name }}</h3>
|
<h3>{{ object.venue.name }}</h3>
|
||||||
<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>
|
||||||
</td>
|
</td>
|
||||||
<td rightPadding="0">
|
<td rightPadding="0">
|
||||||
@@ -113,7 +113,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