1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Undo delete bookmark. Enables unescaped rendering of message

This commit is contained in:
2016-08-13 20:46:09 +02:00
parent ac0ac849cb
commit a6082caf0d
2 changed files with 12 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<div class="col s12">
<div class="card-panel orange lighten-2">
<span class="white-text">
{{ message }}
{{ message|safe }}
</span>
</div>
</div>