From 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Fri, 16 Jan 2015 00:56:54 +0100 Subject: Lots of courgette modification --- searx/templates/courgette/stats.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'searx/templates/courgette/stats.html') 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 %}

{{ _('Engine stats') }}

@@ -6,8 +6,8 @@ {% for stat_name,stat_category in stats %}
- - + + {% for engine in stat_category %} @@ -19,4 +19,4 @@
{{ stat_name }}
{{ stat_name }}
{% endfor %} -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3