diff --git a/re2o/templates/re2o/about.html b/re2o/templates/re2o/about.html index 514fd4d3..c2a226e1 100644 --- a/re2o/templates/re2o/about.html +++ b/re2o/templates/re2o/about.html @@ -32,13 +32,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ option.name }}
+{{ option.name | safe}}
{{ option.adresse1 }}
-{{ option.adresse2 }}
+{{ option.adresse1 | safe }}
+{{ option.adresse2 | safe }}
-SIRET : {{ option.siret }}
+SIRET : {{ option.siret | safe }}
{{ president }} - {% trans "President of " %} {{ option.pseudo }}
@@ -48,7 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if option.description %}{{ option.description }}
+{{ option.description | safe }}
{% endif %}