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

@@ -72,6 +72,9 @@
<div id="page" class="grid_12 alpha">
<div class="grid_10 prefix_2 alpha">
<h1>{{ workout.name }}</h1>
{% if workout.user.user != user %}
<h2>{{ workout.user.user.first_name }} {{ workout.user.user.last_name }}
{% endif %}
</div>
<div id="leftpanel" class="grid_2 alpha">
{% block left_panel %}