mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Allow html in errormsg
This commit is contained in:
parent
cb6845bb35
commit
641d50bf63
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
<div role="alert" class="rounded-md border-s-4 border-red-500 bg-red-50 p-4 my-5">
|
||||
<p class="mt-2 text-sm text-red-700 font-bold">
|
||||
<i class="fa fa-exclamation-triangle fa-fw" aria-hidden="true"></i>
|
||||
{{ errormsg }}
|
||||
{{ errormsg | safe }}
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue