aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'euscanwww/djeuscan/templates/euscan/statistics.html')
-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>