Fix guild description not shown on guilds page

This commit is contained in:
slawkens 2023-06-30 19:52:20 +02:00
parent 5eafff737a
commit 2d561f267d

View File

@ -49,7 +49,7 @@
<tr> <tr>
<td style="word-break: break-all"> <td style="word-break: break-all">
<div id="GuildInformationContainer"> <div id="GuildInformationContainer">
{% if descriptions is not empty %} {% if description is not empty %}
{{ description }} {{ description }}
<br> <br>
<br> <br>