diff options
author | Dan McGee <dan@archlinux.org> | 2011-07-29 23:34:24 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-29 23:34:24 -0500 |
commit | 0f6c80e9a36bc5770e95543b4374c5ace4383cf5 (patch) | |
tree | 2208756e43047b698cf95ceadf0d012d54f6f649 /templates | |
parent | 2a73675f0ed894d57ed13c5799e988f8d10ccfe2 (diff) |
mirrors: do protocol formatting in template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/mirrors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index 67a678d9..ee76acbe 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -28,7 +28,7 @@ <td>{{mirror.get_tier_display}}</td> <td>{{mirror.country}}</td> <td>{{mirror.isos|yesno}}</td> - <td class="wrap">{{mirror.supported_protocols}}</td> + <td class="wrap">{{mirror.supported_protocols|join:", "}}</td> {% if user.is_authenticated %} <td>{{mirror.public|yesno}}</td> <td>{{mirror.active|yesno}}</td> |