From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/developers.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/public/developers.html (limited to 'templates/public/developers.html') diff --git a/templates/public/developers.html b/templates/public/developers.html new file mode 100644 index 00000000..f2905876 --- /dev/null +++ b/templates/public/developers.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block content %} +
+

Arch Linux Core Developers

+ {% with developers as dev_list %} + {% include 'public/developer_list.html' %} + {% endwith %} +

Arch Linux Trusted Users

+ {% with tus as dev_list %} + {% include 'public/developer_list.html' %} + {% endwith %} +
+

+{% endblock %} + -- cgit v1.2.3-2-g168b