summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/bs_alert_message.html
blob: b0b5241a7a823ee951a7455f723423461034d208 (plain)
1
2
3
4
<div class="alert alert-info alert-dismissible fade show" role="alert">
    <i class="fa fa-info" aria-hidden="true"></i>&nbsp;&nbsp;{{alert_message}}
    <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>