summaryrefslogtreecommitdiffstats
path: root/templates/public/developer_list.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-02-01 05:55:49 +0100
committerDan McGee <dan@archlinux.org>2010-02-01 05:55:49 +0100
commit31b38b49c3736c5dcd139fa63ab06ad211aa25a1 (patch)
treee3a0344a856f061edb86924185d1522b5c39e27d /templates/public/developer_list.html
parentde780492ef3f3a625ae4dca22c1dbee7a36bc16d (diff)
downloadarchweb-31b38b49c3736c5dcd139fa63ab06ad211aa25a1.tar.gz
archweb-31b38b49c3736c5dcd139fa63ab06ad211aa25a1.tar.xz
Spruce up the developer view pages
Quite a few changes here. Unify the developer view pages into one actual django view and template, and use different dispatches from urls.py to set up the three different queries for who to display and what message and group name to show. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/developer_list.html')
-rw-r--r--templates/public/developer_list.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 37a5953..9a63a6d 100644
--- a/templates/public/developer_list.html
+++ b/templates/public/developer_list.html
@@ -1,4 +1,3 @@
- <br /><br />
<div id="devlist">
{% for dev in dev_list %}
<a href="#{{ dev.username }}">{{ dev.first_name }}{{ dev.last_name.0|capfirst}}</a> &nbsp;