From 0b87e768917c59b40fa757381d009b7a05c2ee3a Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Sat, 31 Oct 2009 13:29:12 -0200 Subject: fixed error in mirrors.views.choose --- mirrors/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrors/views.py b/mirrors/views.py index 5ad522bf..80b5eb18 100644 --- a/mirrors/views.py +++ b/mirrors/views.py @@ -31,8 +31,8 @@ def choose(request): kwargs = {'arch' : arch, 'country' : country })) else: form = MirrorlistForm() - return render_to_response('mirrors/index.html', - {'mirrorlist_form': form}) + + return render_to_response('mirrors/index.html', {'mirrorlist_form': form}) def generate(request, arch='i686', country=None): # do a quick sanity check on the architecture -- cgit v1.2.3-2-g168b