Private
Public Access
1
0

improved session completion date

This commit is contained in:
Sander Roosendaal
2018-02-16 10:41:26 +01:00
parent af2ae853bd
commit 0c9bfcad8d
3 changed files with 55 additions and 38 deletions

View File

@@ -92,7 +92,11 @@
</td>
<td>
<a href="/rowers/sessions/{{ key }}">
{% if thedict|lookup:'name' %}
{{ thedict|lookup:'name' }}
{% else %}
Unnamed Session
{% endif %}
</a>
</td>
{% for r in rowers %}