1
0
Fork 0
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:
OniriCorpe 2024-02-18 22:42:43 +01:00 committed by GitHub
parent cb6845bb35
commit 641d50bf63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %}