Fix guild description on guilds page

This commit is contained in:
slawkens 2023-07-02 13:47:32 +02:00
parent f2a3ec1185
commit df321154f6

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 %}