summaryrefslogtreecommitdiffstats
path: root/templates/mirrors
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-25 09:20:45 +0200
committerDan McGee <dan@archlinux.org>2012-04-25 09:20:45 +0200
commit952eba9625c5222e1eee77f711ecb3996998bafb (patch)
tree94b94c9f1d3271ec30b748fde7f8947fc9500b3a /templates/mirrors
parent6cc31041772537616a3004b89f0a109a458d124e (diff)
downloadarchweb-952eba9625c5222e1eee77f711ecb3996998bafb.tar.gz
archweb-952eba9625c5222e1eee77f711ecb3996998bafb.tar.xz
Clean up mirrorlist generation form a bit
Rename template since it really isn't an index of mirrors at all, and convert the form to use multiple checkboxes for both ftp/http and ipv4/ipv6 selection. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors')
-rw-r--r--templates/mirrors/mirrorlist_generate.html (renamed from templates/mirrors/index.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/index.html b/templates/mirrors/mirrorlist_generate.html
index 49907b8..e6f5e28 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/mirrorlist_generate.html
@@ -36,7 +36,7 @@
mirror list and used to pre-order the mirrors.</p>
<form id="list-generator" method="get">
- {{ mirrorlist_form.as_p }}
+ {{ mirrorlist_form.as_div }}
<p><label></label> <input type="submit" value="Generate List" /></p>
</form>
</div>