aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-11-27 14:16:56 +0100
committervolpino <fox91@anche.no>2012-11-27 14:16:56 +0100
commit3f47a08a54f15af197fdb93c203dcc1a4af0d35e (patch)
tree61903a4762bb1cc77aa0a708ccfd008317473623 /euscanwww/djeuscan/templates
parenteuscanwww: tweak the new handler code (diff)
downloadeuscan-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.html4
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>