Fix unnecessary escaping of html content

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
This commit is contained in:
CommanderRoot 2017-07-28 09:03:45 +02:00 committed by GitHub
parent e57cc96029
commit 732c0c6cf2

View File

@ -1,6 +1,6 @@
<tr>
<td>{{ name }}</td>
<td><code>{{ privileges }}</code></td>
<td><code>{{ privileges|raw }}</code></td>
<td>{{ grant ? 'Yes'|trans : 'No'|trans }}</td>
{% if type == 'database' %}