summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/home.html2
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>