Files
searxng/searx/templates/oscar/messages/unknow_error.html
2014-10-05 14:40:46 +02:00

9 lines
301 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>
{{ _('Something went wrong.') }}
</div>