logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

save_settings_successfull.html (400B)


  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-success fade in" role="alert">
  3. <button class="close" data-dismiss="alert" type="button">
  4. <span aria-hidden="true">×</span>
  5. <span class="sr-only">{{ _('Close') }}</span>
  6. </button>
  7. <strong class="lead">{{ icon('ok-sign') }} {{ _('Well done!') }}</strong>
  8. {{ _('Settings saved successfully.') }}
  9. </div>