Replaces Messages custom styles with a Bootstrap Alerts theme Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
5 lines
138 B
Twig
5 lines
138 B
Twig
<div class="alert alert-danger" role="alert">
|
|
<img src="themes/dot.gif" title="" alt="" class="icon ic_s_error">
|
|
{{ msg }}
|
|
</div>
|