Browse Source

Merge branch 'cgu_line_formatting' into 'dev'

Fix CGU multiline formatting

See merge request re2o/re2o!514
self_pseudo_change
chirac 6 years ago
parent
commit
ff3def9d82
  1. 2
      users/templates/users/user.html

2
users/templates/users/user.html

@ -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…
Cancel
Save