summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/messages/unknow_error.html
blob: 3c4c9c15de6d26b85e474be7b32b68aa7b34f1e2 (plain)
1
2
3
4
5
6
7
8
9
{% from 'oscar/macros.html' import icon %}
<div class="alert alert-danger fade in" role="alert">
    <button class="close" data-dismiss="alert" type="button">
        <span aria-hidden="true">×</span>
        <span class="sr-only">{{ _('Close') }}</span>
    </button>
    <strong class="lead">{{ icon('exclamation-sign') }} {{ _('Oh snap!') }}</strong>
    {{ _('Something went wrong.') }}
</div>