mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 11:18:51 +02:00
Fixed Entity export function on AdminPages
This commit is contained in:
parent
ac5350f9e3
commit
6274d10ead
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
<div class="row">
|
||||||
<label class="col-form-label col-md-3">{% trans %}export.format{% endtrans %}</label>
|
<label class="col-form-label col-md-3">{% trans %}export.format{% endtrans %}</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue