From 48030d9a53ea3aec18a3a04f763f8970d05efa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sun, 15 Apr 2018 18:51:04 +0000 Subject: [PATCH] Let use HTML tags in asso description --- preferences/templates/preferences/display_preferences.html | 2 +- re2o/templates/re2o/about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preferences/templates/preferences/display_preferences.html b/preferences/templates/preferences/display_preferences.html index 4b234c5c..11017161 100644 --- a/preferences/templates/preferences/display_preferences.html +++ b/preferences/templates/preferences/display_preferences.html @@ -190,7 +190,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Description de l'association - {{ assooptions.description }} + {{ assooptions.description | safe }} diff --git a/re2o/templates/re2o/about.html b/re2o/templates/re2o/about.html index ac101031..8e88f5bb 100644 --- a/re2o/templates/re2o/about.html +++ b/re2o/templates/re2o/about.html @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

{% blocktrans %}About {{AssoName}}{% endblocktrans %}

- {{ description }} + {{ description | safe }}

{% trans "About Re2o" %}

{% blocktrans %}