From 25b695e53dd09415f7849b35cd7bc63ca0b2439b Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:52:59 +0100 Subject: [svn] Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8245 by aaron @ 2/17/2009 1:09 AM --- templates/person.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'templates/person.html') diff --git a/templates/person.html b/templates/person.html index 8f8c820..88171c1 100644 --- a/templates/person.html +++ b/templates/person.html @@ -3,8 +3,17 @@ {% block title %}Person {{person|wiki_to_html_short}}{% endblock %} -{% block content %} +{% block contentheader %} +

{{person|wiki_to_html_short}}

+{% endblock %} +{% block content %} +{{person.blurb}} +{% for pic in person.photo_set +
+

+
+

{{person|wiki_to_html_short}} has been on expo in the following years:

{% for personexpedition in person.personexpedition_set.all %} -- cgit v1.2.3