From 7657c5978269a9b8c734a58ec197159e70678ebf Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:35:14 -0700 Subject: Redesigned TU profiles, semantics, page title Signed-off-by: Dan McGee --- templates/public/userlist.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/public/userlist.html b/templates/public/userlist.html index ce8cb145..658e64e6 100644 --- a/templates/public/userlist.html +++ b/templates/public/userlist.html @@ -1,13 +1,16 @@ {% extends "base.html" %} +{% block title %}Arch Linux - {{ user_type }}{% endblock %} {% block content %} -
-

Arch Linux {{user_type}}

-

{{description}}

+
+ +

Arch Linux {{user_type}}

+ +

{{description}}

+ {% with users as dev_list %} {% include 'public/developer_list.html' %} {% endwith %} +
-

{% endblock %} - -- cgit v1.2.3-55-g3dc8