summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/stats.html
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-16 00:56:54 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-16 00:56:54 +0100
commit2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (patch)
treed72b4b67d5a7e29924e1a4979a74c37729aa380f /searx/templates/courgette/stats.html
parent14447a0761220ec352c889c9bc3d4ba22ee3494e (diff)
Lots of courgette modification
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