From 0934b8fa34a540bf83a39347ac60ccf5fbe8eacb Mon Sep 17 00:00:00 2001 From: Ehouarn Date: Sat, 30 Aug 2025 16:15:55 +0200 Subject: [PATCH] Patch --- note_kfet/templates/registration/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_kfet/templates/registration/signup.html b/note_kfet/templates/registration/signup.html index 8aa15f8c..5428ff95 100644 --- a/note_kfet/templates/registration/signup.html +++ b/note_kfet/templates/registration/signup.html @@ -19,7 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endblocktrans %} -
+ {% csrf_token %} {{ form|crispy }} {{ profile_form|crispy }}