From 33e82bfb83c7b3ef9bc61d5e233834ea62a0f209 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Wed, 9 Oct 2019 09:40:50 -0400 Subject: [PATCH] Allow markup in Alert title --- templates/components/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/alert.html b/templates/components/alert.html index 8406a3da..49f148b9 100644 --- a/templates/components/alert.html +++ b/templates/components/alert.html @@ -27,7 +27,7 @@ {% if vue_template %}

{% elif title %} -

{{title}}

+

{{ title | safe }}

{% endif %} {% if message %}