From 2c8019ef7b0e920f4d4bc46588a7c18a46e2b1cd Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 26 Jan 2025 18:47:45 +1100 Subject: [PATCH] Bugfix: Attempting to update a set would fail due to including multiple elements for exercise_id, repetition, & weight --- templates/partials/topset.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/topset.html b/templates/partials/topset.html index 800de2e..9344da3 100644 --- a/templates/partials/topset.html +++ b/templates/partials/topset.html @@ -1,4 +1,4 @@ - + {% if is_edit|default(false, true) == false %} + hx-include="#topset-{{ topset_id }} * [name='exercise_id'],#topset-{{ topset_id }} * [name='repetitions'],#topset-{{ topset_id }} * [name='weight']">