diff options
| -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 af365ad..e082173 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -106,7 +106,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> |
