mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
action must be non-empty
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user