Private
Public Access
1
0

added user names to workouts to help coaches

This commit is contained in:
Sander Roosendaal
2018-03-08 08:38:44 +01:00
parent dd77159c8d
commit b4074f50ce
4 changed files with 14 additions and 3 deletions

View File

@@ -70,7 +70,11 @@
<div class="grid_6 alpha">
<table width=100%>
<tr>
{% localtime on %}
{% localtime on %}
{% if workout.user.user != user %}
<th>Rower:</th><td>{{ rower.user.first_name }} {{ rower.user.last_name }}</td>
</tr><tr>
{% endif %}
<th>Date/Time:</th><td>{{ workout.startdatetime|localtime}}</td>
{% endlocaltime %}
</tr><tr>