Bugfix: rendering htm elements in results page
This commit is contained in:
parent
3714919ba5
commit
c9ad8e87cd
@ -108,7 +108,7 @@
|
||||
{% for tag, scores in entry.result.tags.items() %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ tag }}
|
||||
{{ tag|safe }}
|
||||
</td>
|
||||
<td>
|
||||
{{ scores.scored }}
|
||||
|
Loading…
Reference in New Issue
Block a user