zostera/django-bootstrap3

Bootstrap alert with <br> tag

Benbb96 opened this issue · 1 comments

When I use the bootstrap_alert template tag like so :

{% bootstrap_alert "Sorry but you don't have access to this page.<br>Contact me to get access !" %}

I expect to have two lines in the alert, but instead I have the br tag escaped :

image

Using the safefilter doesn't work...

Thanks @dyve !