summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 13:54:24 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 13:54:24 +0100
commit1f00ce8527c8ca0f6318f4b43b3f79ee1429b70b (patch)
tree0fdad2e1caff53ee935935672838bfa689b64caf /searx/templates/oscar/base.html
parent7366a0e14139c20f8de68f135a29e6aa488a2ae1 (diff)
Revert: [enh] add new bootstrap-themes to oscar-template
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index 5a3ba9f42..57c4d5593 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -10,11 +10,7 @@
{% block meta %}{% endblock %}
<title>{% block title %}{% endblock %}searx</title>
- {% if bootstrap_theme == 'default' %}
- <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
- {% else %}
- <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.' + bootstrap_theme + '.min.css') }}" type="text/css" />
- {% endif %}
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.min.css') }}" type="text/css" />