summaryrefslogtreecommitdiffstats
path: root/templates/personindex.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:48:47 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:48:47 +0100
commitcb52c47aa9632a6c0affde9b0ceeab06877c760b (patch)
tree4a242f8a7929db5c1a49958f2aec3a826af893b3 /templates/personindex.html
parented345f25760d8927f834a69202c2b9b2cef71ee0 (diff)
downloadtroggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.tar.gz
troggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.tar.bz2
troggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.zip
[svn] yorkshire work with tunnel integration
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8232 by julian @ 1/29/2009 11:40 PM
Diffstat (limited to 'templates/personindex.html')
-rw-r--r--templates/personindex.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/personindex.html b/templates/personindex.html
index c328628..5ffbe4d 100644
--- a/templates/personindex.html
+++ b/templates/personindex.html
@@ -5,6 +5,21 @@
{% block content %}
+<h2>Notable expoers</h2>
+<table>
+<tr><th>Person</th><th>First</th><th>Last</th><th>Notability</th></tr>
+{% for person in notablepersons %}
+<tr>
+ <td><a href="{% url person person.href%}">{{person|wiki_to_html_short}}</a></td>
+ <td><a href="{% url personexpedition person.href person.Firstexpedition.expedition.year %}">{{person.Firstexpedition.expedition.year}}</a></td>
+ <td><a href="{% url personexpedition person.href person.Lastexpedition.expedition.year %}">{{person.Lastexpedition.expedition.year}}</a></td>
+ <td>{{person.notability}}</td>
+</tr>
+{% endfor %}
+</table>
+
+
+<h2>All expoers</h2>
<table>
<tr>
{% for persons in personss %}