From 6243f7ba662b39c25835c65b6641531e8c66c95f Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Sat, 31 Oct 2009 13:22:09 -0200 Subject: added mirrors app from archweb_pub --- templates/mirrors/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/mirrors/index.html (limited to 'templates/mirrors/index.html') diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html new file mode 100644 index 00000000..73949c6f --- /dev/null +++ b/templates/mirrors/index.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% load package_extras %} +{% block title %}Arch Linux - Generate Mirrorlist{% endblock %} + +{% block content %} +
+

Generate Custom Mirrorlist

+
+ + + + {% td_input mirrorlist_form.arch %} + + + + {% td_input mirrorlist_form.country %} + + + + +
Architecture
Country
+
+
+{% endblock %} + -- cgit v1.2.3-54-g00ecf