Browse Source

Let use HTML tags in asso description

paginateur
Maël Kervella 8 years ago
committed by Mael Kervella
parent
commit
48030d9a53
  1. 2
      preferences/templates/preferences/display_preferences.html
  2. 2
      re2o/templates/re2o/about.html

2
preferences/templates/preferences/display_preferences.html

@ -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>

2
re2o/templates/re2o/about.html

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