mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:49:50 +00:00
nicer display
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
<p>(Hover mouse over the date to see the slug for the entry.)
|
||||
|
||||
<table class="expeditionlogbooks">
|
||||
<tr><th>Date</th><th>Logged trips and diary entries</th><th>Cave</th><th>Text..</th><th>Words</th><th>Author</th><th>Who else</th></tr>
|
||||
@@ -25,7 +26,7 @@
|
||||
{% for date in dates %}
|
||||
{% for entry in date.list %}
|
||||
<tr>
|
||||
<td>{{date.grouper|date:"D d M Y"}}</td>
|
||||
<td title="{{entry.slug}}">{{date.grouper|date:"D d M Y"}}</td>
|
||||
<td>
|
||||
<a href="{{ entry.get_absolute_url }}">{{entry.title|truncatechars:30|safe|striptags}}</a>
|
||||
</td>
|
||||
@@ -58,7 +59,7 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<p>See also the
|
||||
<p>See also:
|
||||
<ul>
|
||||
<li> <a href="/expedition/{{expedition.year}}">full calendar page</a> for this Expo (slow page)
|
||||
<li> <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo
|
||||
|
||||
Reference in New Issue
Block a user