Lots of courgette modification

This commit is contained in:
Cqoicebordel 2015-01-16 00:56:54 +01:00
parent 14447a0761
commit 2fc1de54da
15 changed files with 192 additions and 176 deletions

View file

@ -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 %}