diff options
author | 2012-11-27 14:16:56 +0100 | |
---|---|---|
committer | 2012-11-27 14:16:56 +0100 | |
commit | 3f47a08a54f15af197fdb93c203dcc1a4af0d35e (patch) | |
tree | 61903a4762bb1cc77aa0a708ccfd008317473623 /euscanwww/djeuscan/templates | |
parent | euscanwww: tweak the new handler code (diff) | |
download | euscan-3f47a08a54f15af197fdb93c203dcc1a4af0d35e.tar.gz euscan-3f47a08a54f15af197fdb93c203dcc1a4af0d35e.tar.bz2 euscan-3f47a08a54f15af197fdb93c203dcc1a4af0d35e.zip |
euscanwww: Improved query for aggregating handler's data
Signed-off-by: volpino <fox91@anche.no>
Diffstat (limited to 'euscanwww/djeuscan/templates')
-rw-r--r-- | euscanwww/djeuscan/templates/euscan/statistics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/euscanwww/djeuscan/templates/euscan/statistics.html b/euscanwww/djeuscan/templates/euscan/statistics.html index 8372be0..b4fccad 100644 --- a/euscanwww/djeuscan/templates/euscan/statistics.html +++ b/euscanwww/djeuscan/templates/euscan/statistics.html @@ -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> |