mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix CGU line formatting
This commit is contained in:
parent
469e273efb
commit
3fdcdd99b2
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>
|
<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/>
|
||||||
|
|
Loading…
Reference in a new issue