action must be non-empty

This commit is contained in:
Klaas van Schelven
2024-09-26 15:27:46 +02:00
parent f450bf6c29
commit b43d1cfa05
17 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
<div class="flex items-center justify-center">
<div class="m-4 max-w-4xl flex-auto">
<form action="" method="post">
<form action="." method="post">
{% csrf_token %}
{% if messages %}