mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
oscar template: update messages
This commit is contained in:
parent
a538bed745
commit
9158571059
6 changed files with 19 additions and 6 deletions
8
searx/templates/oscar/messages/first_time.html
Normal file
8
searx/templates/oscar/messages/first_time.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="alert alert-info 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('info-sign') }} {{ _('Heads up!') }}</strong>
|
||||
{{ _('It look like you are using searx first time.') }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue