mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Fixed Entity export function on AdminPages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form class="form-horizontal" data-turbo="false" method="post" action="{{ path }}">
|
||||
<form class="form-horizontal" method="post" action="{{ path }}" data-turbo="false" data-turbo-frame="_top">
|
||||
|
||||
<div class="row">
|
||||
<label class="col-form-label col-md-3">{% trans %}export.format{% endtrans %}</label>
|
||||
|
||||
Reference in New Issue
Block a user