Fix guild description not shown

This commit is contained in:
slawkens 2023-06-30 19:53:16 +02:00
parent ce4aed0f17
commit f2a3ec1185

View File

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