diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index bf22f67..e75d7ec 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -103,7 +103,7 @@ <div class="content"> <table class="table is-fullwidth is-striped"> <tbody> - {% for record in records %} + {% for record in records[:10] %} <tr> <td>{{ record.workout.name }}</td> <td>{{ record.finished_nice() }}</td> |
