summaryrefslogtreecommitdiffstats
path: root/templates/public/developers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/developers.html')
-rw-r--r--templates/public/developers.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/public/developers.html b/templates/public/developers.html
deleted file mode 100644
index f290587..0000000
--- a/templates/public/developers.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="box">
- <h2 class="title">Arch Linux Core Developers</h2>
- {% with developers as dev_list %}
- {% include 'public/developer_list.html' %}
- {% endwith %}
- <h2 class="title">Arch Linux Trusted Users</h2>
- {% with tus as dev_list %}
- {% include 'public/developer_list.html' %}
- {% endwith %}
-</div>
-<br /><br />
-{% endblock %}
-