mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[theme] peel out oscar from SearXNG development
This is the first step of removing oscar theme Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
7ad0348878
commit
e8541b6006
17 changed files with 54 additions and 162 deletions
5
searx/templates/simple/messages/no_cookies.html
Normal file
5
searx/templates/simple/messages/no_cookies.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% from 'simple/icons.html' import icon %}
|
||||
<div class="alert alert-info fade in" role="alert">
|
||||
<strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong>
|
||||
{{ _('currently, there are no cookies defined.') }}
|
||||
</div>
|
|
@ -399,7 +399,7 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
{% else %}
|
||||
{% include 'oscar/messages/no_cookies.html' %}
|
||||
{% include 'simple/messages/no_cookies.html' %}
|
||||
{% endif %}
|
||||
<h4>{{ _('Search URL of the currently saved preferences') }} :</h4>
|
||||
<div class="selectable_url">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue