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 9f8dfe9..c9aa90d 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -79,7 +79,7 @@
</p>
</section>
<footer class="modal-card-foot">
- <button class="button is-danger">Confirm</button>
+ <a href="/api/workout/delete?id={{ workout.id }}" class="button is-danger">Confirm</a>
<button class="button">Cancel</button>
</footer>
</div>