summaryrefslogtreecommitdiff
path: root/templates/mirrors/url_details_logs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mirrors/url_details_logs.html')
-rw-r--r--templates/mirrors/url_details_logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/url_details_logs.html b/templates/mirrors/url_details_logs.html
index 2396fde7..19e530ab 100644
--- a/templates/mirrors/url_details_logs.html
+++ b/templates/mirrors/url_details_logs.html
@@ -21,7 +21,7 @@
<td>{% if log.location %}{{ log.location.source_ip }}{% else %}Unknown{% endif %}</td>
<td>{{ log.last_sync|date:'Y-m-d H:i' }}</td>
<td>{{ log.delay|duration }}</td>
- <td>{{ log.duration|floatvalue }}</td>
+ <td>{{ log.duration|floatformat:2 }}</td>
<td>{{ log.is_success|yesno|capfirst }}</td>
<td class="wrap">{{ log.error|linebreaksbr }}</td>
</tr>{% endfor %}