Escape css and guild names in the frontend

This commit is contained in:
Jeremy Zhang
2018-01-24 05:42:47 +00:00
parent b4e04a27c3
commit eea94477ea
5 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block content %}
<h1>Administrating: {{ guild['name'] }}</h1>
<h1>Administrating: {{ guild['name']|e }}</h1>
<p class="flow-text">For this server, you are allowed the following actions:
{% for permission in permissions %}
{{ permission }}