summaryrefslogtreecommitdiffstats
path: root/mirrors/views.py
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-31 16:29:12 +0100
committerIsmael Carnales <icarnales@gmail.com>2009-11-10 01:24:47 +0100
commit0b87e768917c59b40fa757381d009b7a05c2ee3a (patch)
tree6454cd47d6051cf1ea06ce9e5c1889c27284aac3 /mirrors/views.py
parent6243f7ba662b39c25835c65b6641531e8c66c95f (diff)
downloadarchweb-0b87e768917c59b40fa757381d009b7a05c2ee3a.tar.gz
archweb-0b87e768917c59b40fa757381d009b7a05c2ee3a.tar.xz
fixed error in mirrors.views.choose
Diffstat (limited to 'mirrors/views.py')
-rw-r--r--mirrors/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mirrors/views.py b/mirrors/views.py
index 5ad522b..80b5eb1 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