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 :
Using the safe
filter doesn't work...