From 69df1392561d49ffdca295ecf1e9b84edb3663b5 Mon Sep 17 00:00:00 2001 From: Liam Brydon Date: Mon, 1 Dec 2025 20:47:04 +1300 Subject: [PATCH] [Fix] Registration (#247) Fixes: - Register now works again with the html form action pointing to `register` instead of `login` Since this is a major issue the above change should probably be merged soon. However, I will open another issue (#248) suggesting we add better help for password creation as currently we give password requirements but do not check them. Reviewed-on: https://git.envipath.com/enviPath/enviPy/pulls/247 Reviewed-by: Tobias O Co-authored-by: Liam Brydon Co-committed-by: Liam Brydon --- templates/static/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/static/login.html b/templates/static/login.html index c4ef438c..3cb4e7fb 100644 --- a/templates/static/login.html +++ b/templates/static/login.html @@ -124,7 +124,7 @@ -
+ {% csrf_token %}