aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/mirrorslist.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/html/includes/mirrorslist.tt')
-rw-r--r--root/html/includes/mirrorslist.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/html/includes/mirrorslist.tt b/root/html/includes/mirrorslist.tt
index d10d5de..3332a54 100644
--- a/root/html/includes/mirrorslist.tt
+++ b/root/html/includes/mirrorslist.tt
@@ -1,7 +1,7 @@
<form action="[% c.uri_for() %]" METHOD="POST">
<select name="country">
<option value="">--</option>
-[% FOREACH country = c.model('Mirrors').country_list %]
+[% FOREACH country = c.model('Mirrors').country_list_with_mirror %]
<option value="[% country.code %]" [% "selected=select" IF country.code == c.req.param('country') %]>[% country.name | html %]</option>
[% END %]
</select>