Skip to content
Snippets Groups Projects
Commit a7a8faa7 authored by Martin Mareš's avatar Martin Mareš
Browse files

org_org: <br> se neescapuje

Closes #128.
parent 6f5dabfc
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<p>Pokud roli omezíte na kategorii <code>Z</code> bude fungovat pro všechny kategorie začínající na <code>Z</code>.
{% if role_errors %}
<div class="alert alert-danger" role="alert">
{{ role_errors|join("<br>") }}
{{ role_errors|join(Markup("<br>")) }}
</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment