diff options
author | Dan McGee <dan@archlinux.org> | 2013-06-01 02:29:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-06-01 02:29:23 +0200 |
commit | 31bc66e23c2ea0467d2201b86536f161fd1f32ca (patch) | |
tree | 4540fc2cafa429526c98a75c9b8fb7387ec0a135 | |
parent | e50471b9a7658f37b00aa3854d75a45007926802 (diff) | |
download | archweb-31bc66e23c2ea0467d2201b86536f161fd1f32ca.tar.gz archweb-31bc66e23c2ea0467d2201b86536f161fd1f32ca.tar.xz |
Whoops, committed a little bit too much
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | mirrors/views.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mirrors/views.py b/mirrors/views.py index 91cf675..6f4ad83 100644 --- a/mirrors/views.py +++ b/mirrors/views.py @@ -40,9 +40,6 @@ class MirrorlistForm(forms.Form): fields['protocol'].choices = protos fields['protocol'].initial = [p.protocol for p in initial] fields['ip_version'].initial = ['4'] - locations = [(l.id, l.source_ip) for l in - CheckLocation.objects.all()] - fields['check_location'].choices = locations def get_countries(self): country_codes = set() |