From 0fdbfe11dd36ac9acf564aa93732c06544c96cc6 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Mon, 20 Dec 2021 12:23:22 +0100 Subject: [PATCH] Bug fix in gymnast editing --- templates/peoples/gymnasts/create.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/peoples/gymnasts/create.html b/templates/peoples/gymnasts/create.html index d78059fe3d..0a748f7298 100644 --- a/templates/peoples/gymnasts/create.html +++ b/templates/peoples/gymnasts/create.html @@ -5,10 +5,10 @@
-

{% if gymnastid %}Edit{% else %}Add{% endif %} Gymnast

+

{% if gymnast_id %}Edit{% else %}Add{% endif %} Gymnast

-
+ {% csrf_token %}