summaryrefslogtreecommitdiff
path: root/templates/mirrors/mirrorlist_status.txt
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-22 20:08:58 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-22 20:08:58 -0500
commitd3c35bc608b6eaf299e66146e1aab76d43b69211 (patch)
tree8247379f7a68391a4a5db7f8f7a80756ee7b9f87 /templates/mirrors/mirrorlist_status.txt
parentb2b6c78e3179cef66cd4e9dcea7f9003f409ce8b (diff)
parent9adc2e53124daa6d13090166830396ffff9013d3 (diff)
Merge tag 'release_2013-11-30' into archweb-generic
End of month release, perf fixes
Diffstat (limited to 'templates/mirrors/mirrorlist_status.txt')
-rw-r--r--templates/mirrors/mirrorlist_status.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/mirrorlist_status.txt b/templates/mirrors/mirrorlist_status.txt
index cdbc7adb..746aae76 100644
--- a/templates/mirrors/mirrorlist_status.txt
+++ b/templates/mirrors/mirrorlist_status.txt
@@ -1,4 +1,4 @@
-{% comment %}
+{% load mirror_status %}{% comment %}
Yes, ugly templates are ugly, but in order to keep line breaks where we want
them, sacrifices have to be made. If editing this template, it is easiest to
forget about where line breaks are happening until you are done getting the
@@ -9,6 +9,6 @@ content right, and then go back later to fix it all up.
## Generated on {% now "Y-m-d" %}
##
{% for mirror_url in mirror_urls %}
-## Score: {{ mirror_url.score|floatformat:1|default:'unknown' }}, {{ mirror_url.country.name|default:'Worldwide' }}
+## Score: {{ mirror_url.score|floatvalue:1|default:'unknown' }}, {{ mirror_url.country.name|default:'Worldwide' }}
#Server = {{ mirror_url.url}}$repo/os/$arch{% endfor %}
{% endautoescape %}