euscanwww: Improved query for aggregating handler's data

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-11-27 14:16:56 +01:00
parent c6a0c29401
commit 3f47a08a54
3 changed files with 8 additions and 16 deletions

View File

@ -58,8 +58,8 @@
{% for handler in handlers %}
<tr>
<td>
<a href="{% url "statistics_handler" handler.handler %}">
{{ handler.handler }}
<a href="{% url "statistics_handler" handler.handler %}">
{{ handler.handler }}
</a>
</td>
<td>{{ handler.n }}</td>