added user names to workouts to help coaches
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user