Private
Public Access
1
0

created WorkoutComment model

This commit is contained in:
Sander Roosendaal
2017-02-17 10:27:45 +01:00
parent fd10f14660
commit 7ffaf18379
6 changed files with 233 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<div id="workouts" class="grid_6 alpha">
<h1>Workout Data</h1>
<h1>{{ workout.name }}</h1>
<table width=100%>
<tr>
<th>Rower:</th><td>{{ first_name }} {{ last_name }}</td>