summaryrefslogtreecommitdiffstats
path: root/templates/public/userlist.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-15 21:03:36 +0100
committerDan McGee <dan@archlinux.org>2011-11-15 21:04:39 +0100
commit5b63c29fe1c37ce9d946adedeaf13f5ad94d144a (patch)
tree76ec0d8be088bc04886c7e0be4b6412699b7fedd /templates/public/userlist.html
parent12408702eaf89ea338670ba808da9ef49e35c562 (diff)
downloadarchweb-5b63c29fe1c37ce9d946adedeaf13f5ad94d144a.tar.gz
archweb-5b63c29fe1c37ce9d946adedeaf13f5ad94d144a.tar.xz
Show full names on developer user list pages
The old display format doesn't really make sense. Also fix the invalid HTML generated by the PGP tag link- we need to escape using &amp; inside the generated URLs. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/userlist.html')
-rw-r--r--templates/public/userlist.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index c51215c..0077f61 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -6,7 +6,6 @@
{% block content %}
{% cache 600 dev-tu-profiles user_type %}
<div id="dev-tu-profiles" class="box">
-
<h2>Arch Linux {{user_type}}</h2>
<p>{{description}}</p>
@@ -14,7 +13,6 @@
{% with users as dev_list %}
{% include 'public/developer_list.html' %}
{% endwith %}
-
</div>
{% endcache %}
{% endblock %}