diff options
-rw-r--r-- | mirrors/views.py | 4 |
1 files 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 |