aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'euscanwww/djeuscan/templates/euscan/statistics.html')
-rw-r--r--euscanwww/djeuscan/templates/euscan/statistics.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/euscanwww/djeuscan/templates/euscan/statistics.html b/euscanwww/djeuscan/templates/euscan/statistics.html
index f3866d9..8e03c3e 100644
--- a/euscanwww/djeuscan/templates/euscan/statistics.html
+++ b/euscanwww/djeuscan/templates/euscan/statistics.html
@@ -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>