Fix guild description on guilds page

This commit is contained in:
slawkens 2023-07-02 13:48:57 +02:00
parent 3a31a0326c
commit c392fa7272

View File

@ -50,7 +50,7 @@
<td> <td>
<div id="GuildInformationContainer"> <div id="GuildInformationContainer">
{% if description is not empty %} {% if description is not empty %}
{{ description }} {{ description|raw }}
<br> <br>
<br> <br>
{% endif %} {% endif %}