8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-06 22:24:06 +00:00

Merge branch 'cgu_line_formatting' into 'dev'

Fix CGU multiline formatting

See merge request re2o/re2o!514
This commit is contained in:
chirac 2020-04-22 21:40:10 +02:00
commit ff3def9d82

View file

@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<br> <br>
{% if showCGU %} {% if showCGU %}
<h3>{% trans "Summary of the General Terms of Use" %}</h3> <h3>{% trans "Summary of the General Terms of Use" %}</h3>
<p>{{ GTU_sum_up }}</p> <p>{{ GTU_sum_up | linebreaks }}</p>
{% endif %} {% endif %}
<br/> <br/>
<br/> <br/>