mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 17:47:03 +00:00
made last table more useful
This commit is contained in:
@@ -55,12 +55,12 @@ is used in the table above to construct possible unambiguous identifiers.
|
|||||||
|
|
||||||
<p>This is the list of people on expo this year.
|
<p>This is the list of people on expo this year.
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Person</th><th>slug</th><th>aliases</th></tr>
|
<tr><th>Person</th><th>mugshot</th><th>blurbfile</th></tr>
|
||||||
{% for pe in personexpeditions %}
|
{% for pe in personexpeditions %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{pe.person}}</td>
|
<td>{{pe.person}}</td>
|
||||||
<td>{{pe.slugfield}}</td>
|
<td>{% if pe.person.mugshot %}<a href="{{pe.person.mugshot}}">{{pe.person.mugshot}}</a>{% endif %}</td>
|
||||||
<td>{{pe.slugfield}}</td>
|
<td>{% if pe.person.blurbfile %}<a href="{{pe.person.blurbfile}}">{{pe.person.blurbfile}}</a>{% endif %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user