searx/searx/templates/oscar/messages/save_settings_successfull.html

10 lines
400 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.

{% from 'oscar/macros.html' import icon %}
<div class="alert alert-success 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('ok-sign') }} {{ _('Well done!') }}</strong>
{{ _('Settings saved successfully.') }}
</div>