summaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-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 07d6269..7bf951f 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -31,7 +31,7 @@
</div>
<div class="tile is-parent">
<article class="tile is-child box">
- <p class="title has-text-black">0</p>
+ <p class="title has-text-black">{{ sets_completed }}</p>
<p class="subtitle has-text-black">Sets Completed</p>
</article>
</div>