1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #1061: Escape all messages by default (complements #1062)

This commit is contained in:
Jeremy Stretch
2017-04-10 10:54:35 -04:00
parent 3b48a270fc
commit cf5be85dad
2 changed files with 4 additions and 3 deletions

View File

@@ -273,7 +273,7 @@
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
{{ message|safe }}
{{ message }}
</div>
{% endfor %}
{% block content %}{% endblock %}