2014-09-27 09:51:31 +00:00
|
|
|
|
{% from 'oscar/macros.html' import icon %}
|
2014-09-26 21:29:14 +00:00
|
|
|
|
<div class="alert alert-danger fade in" role="alert">
|
|
|
|
|
<button class="close" data-dismiss="alert" type="button">
|
|
|
|
|
<span aria-hidden="true">×</span>
|
2014-09-29 14:31:32 +00:00
|
|
|
|
<span class="sr-only">{{ _('Close') }}</span>
|
2014-09-26 21:29:14 +00:00
|
|
|
|
</button>
|
2014-09-27 09:51:31 +00:00
|
|
|
|
<strong class="lead">{{ icon('exclamation-sign') }} {{ _('Oh snap!') }}</strong>
|
2014-09-26 21:29:14 +00:00
|
|
|
|
{{ _('Something went wrong.') }}
|
|
|
|
|
</div>
|