diff options
Diffstat (limited to 'templates/public/developers.html')
-rw-r--r-- | templates/public/developers.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/public/developers.html b/templates/public/developers.html deleted file mode 100644 index f2905876..00000000 --- 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 %} - |