mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
oscar template: update messages
This commit is contained in:
parent
a538bed745
commit
9158571059
6 changed files with 19 additions and 6 deletions
|
@ -1,8 +1,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>{{ _('Oh snap!') }}</strong>
|
||||
<strong class="lead">{{ icon('exclamation-sign') }} {{ _('Oh snap!') }}</strong>
|
||||
{{ _('Something went wrong.') }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue