summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/courgette/stats.html')
-rw-r--r--searx/templates/courgette/stats.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/templates/courgette/stats.html b/searx/templates/courgette/stats.html
index 70fe98ac7..b9aafbb79 100644
--- a/searx/templates/courgette/stats.html
+++ b/searx/templates/courgette/stats.html
@@ -1,4 +1,4 @@
-{% extends "default/base.html" %}
+{% extends "courgette/base.html" %}
{% block head %} {% endblock %}
{% block content %}
<h2>{{ _('Engine stats') }}</h2>
@@ -6,8 +6,8 @@
{% for stat_name,stat_category in stats %}
<div class="left">
<table>
- <tr colspan="3">
- <th>{{ stat_name }}</th>
+ <tr>
+ <th colspan="3">{{ stat_name }}</th>
</tr>
{% for engine in stat_category %}
<tr>
@@ -19,4 +19,4 @@
</table>
</div>
{% endfor %}
-{% endblock %}
+{% endblock %} \ No newline at end of file