mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Let use HTML tags in asso description
This commit is contained in:
parent
b550794fc8
commit
48030d9a53
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Description de l'association</th>
|
<th>Description de l'association</th>
|
||||||
<td>{{ assooptions.description }}</td>
|
<td colspan="3">{{ assooptions.description | safe }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% blocktrans %}About {{AssoName}}{% endblocktrans %}</h2>
|
<h2>{% blocktrans %}About {{AssoName}}{% endblocktrans %}</h2>
|
||||||
{{ description }}
|
{{ description | safe }}
|
||||||
|
|
||||||
<h2>{% trans "About Re2o" %}</h2>
|
<h2>{% trans "About Re2o" %}</h2>
|
||||||
<p>{% blocktrans %}
|
<p>{% blocktrans %}
|
||||||
|
|
Loading…
Reference in a new issue