Skip to content

Commit

Permalink
Fix guild description not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jun 30, 2023
1 parent ce4aed0 commit f2a3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/templates/guilds.view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<tr>
<td>
<div id="GuildInformationContainer">
{% if descriptions is not empty %}
{% if description is not empty %}
{{ description }}
<br>
<br>
Expand Down

0 comments on commit f2a3ec1

Please sign in to comment.