From c3badffbc3e3012477831868f72e35bd6cc1fe62 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Sat, 30 Apr 2022 15:33:54 -0500 Subject: Finally figured out /workout/record was missing rows --- app/templates/base/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/base') diff --git a/app/templates/base/form.html b/app/templates/base/form.html index 98200c9..aff7227 100644 --- a/app/templates/base/form.html +++ b/app/templates/base/form.html @@ -21,7 +21,7 @@ {% endif %} {% endwith %} -
+ {{ form.csrf_token }} {% block form %}{% endblock %}
-- cgit v1.2.3