Fix unnecessary escaping of html content
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
This commit is contained in:
parent
e57cc96029
commit
732c0c6cf2
@ -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' %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user