summaryrefslogtreecommitdiffstats
path: root/templates/public/fellows.html
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-30 16:56:21 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-11-09 22:24:37 -0200
commit79f00ef686e0597cb197ed67ba1462aa60a530bb (patch)
treefa27253b023f1cd6ec9f1d3fd79d0ee6bd727aaa /templates/public/fellows.html
parentce662e0e0cdb66a7425bfc55bc7342cb152d5e4b (diff)
downloadarchweb-79f00ef686e0597cb197ed67ba1462aa60a530bb.tar.gz
archweb-79f00ef686e0597cb197ed67ba1462aa60a530bb.zip
"imported" public app files from archweb_pub
Diffstat (limited to 'templates/public/fellows.html')
-rw-r--r--templates/public/fellows.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/public/fellows.html b/templates/public/fellows.html
new file mode 100644
index 00000000..4bbda775
--- /dev/null
+++ b/templates/public/fellows.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+<div class="box">
+ <h2 class="title">Arch Linux {{dev_type}}</h2>
+ {{description}}
+ {% include 'public/developer_list.html' %}
+</div>
+<br /><br />
+{% endblock %}
+