Redesigned TU profiles, semantics, page title

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Thayer Williams 2010-03-16 11:35:14 -07:00 committed by Dan McGee
parent 1341dbdab8
commit 7657c59782

View File

@ -1,13 +1,16 @@
{% extends "base.html" %}
{% block title %}Arch Linux - {{ user_type }}{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">Arch Linux {{user_type}}</h2>
<p>{{description}}</p>
<div id="dev-tu-profiles" class="box">
<h2>Arch Linux {{user_type}}</h2>
<p>{{description}}</p>
{% with users as dev_list %}
{% include 'public/developer_list.html' %}
{% endwith %}
</div>
<br /><br />
{% endblock %}
</div>
{% endblock %}