diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 67c70be1..fbadb7c0 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -160,9 +160,9 @@ <tbody> <tr><td colspan="2"> {% for mirror_url in mirror_url_list %} - {% ifchanged mirror_url.mirror.country %} + {% ifchanged mirror_url.mirror.country_old %} </td></tr> - <tr><td class="mirror-country" colspan="2"><strong>{{mirror_url.mirror.country}}</strong> + <tr><td class="mirror-country" colspan="2"><strong>{{mirror_url.mirror.country_old}}</strong> {% endifchanged %} {% ifchanged mirror_url.mirror.name %} </td></tr> |