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 397b54b..7ccacfd 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -62,7 +62,7 @@
<td>{{ workout.exercises.count() }} exercises</td>
<td class="level-right">
<p class="buttons">
- <a class="button is-small is-primary" href="/workout/edit?id={{ workout.id }}">Edit</a>
+ <a class="button is-small is-primary" href="/workout/edit/{{ workout.id }}">Edit</a>
<a class="button is-small is-danger js-modal-trigger" data-target="modal-{{ workout.id }}" href="#">Delete</a>
</p>
</td>