mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] menu without js - closes #747
This commit is contained in:
parent
e23c8f954b
commit
9782633054
8 changed files with 44 additions and 53 deletions
|
|
@ -1,11 +1,6 @@
|
|||
{% from 'oscar/macros.html' import preferences_item_header, preferences_item_header_rtl, preferences_item_footer, preferences_item_footer_rtl, checkbox_toggle %}
|
||||
{% extends "oscar/base.html" %}
|
||||
{% block title %}{{ _('preferences') }} - {% endblock %}
|
||||
{% block site_alert_warning_nojs %}
|
||||
<noscript>
|
||||
{% include 'oscar/messages/js_disabled.html' %}
|
||||
</noscript>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue