Order bulk action: Remove nonsensical <form action> attribute

This commit is contained in:
Raphael Michel
2026-05-05 18:20:09 +02:00
parent 0acaed41be
commit a4a59e6f4e

View File

@@ -108,7 +108,7 @@
</a>
</p>
{% endif %}
<form action="{% url "control:organizer.device.bulk_edit" organizer=request.organizer.slug %}" method="post">
<form action="#will-be-overridden" method="post">
{% csrf_token %}
{% for field in filter_form %}
{{ field.as_hidden }}