euscanwww: per handler package list

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-11-26 14:55:49 +01:00
parent 8ad3ed2897
commit a8f69e8128
5 changed files with 36 additions and 2 deletions

View File

@ -19,7 +19,11 @@
<tbody>
{% for handler in handlers %}
<tr>
<td>{{ handler.handler }}</td>
<td>
<a href="{% url "statistics_handler" handler.handler %}">
{{ handler.handler }}
</a>
</td>
<td>{{ handler.n }}</td>
<td>{{ handler.avg_conf }}</td>
</tr>