Order bulk action: Remove nonsensical <form action> attribute (#6154)

This commit is contained in:
Raphael Michel
2026-05-11 17:39:46 +02:00
committed by GitHub
parent f04df7a6ee
commit fe1b4ec9d0

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 }}