mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Merge branch 'cgu_line_formatting' into 'dev'
Fix CGU multiline formatting See merge request re2o/re2o!514
This commit is contained in:
commit
ff3def9d82
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<br>
|
||||
{% if showCGU %}
|
||||
<h3>{% trans "Summary of the General Terms of Use" %}</h3>
|
||||
<p>{{ GTU_sum_up }}</p>
|
||||
<p>{{ GTU_sum_up | linebreaks }}</p>
|
||||
{% endif %}
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue