aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/settings_editor.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings_editor.php')
-rw-r--r--templates/settings_editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings_editor.php b/templates/settings_editor.php
index 02cf8d1..6b7f08c 100644
--- a/templates/settings_editor.php
+++ b/templates/settings_editor.php
@@ -3,7 +3,7 @@ use Digitigrade\GlobalSettings;
$settings = GlobalSettings::getInstance();
?>
-<form class="settings nopanel" action="/todo" hx-post="/fragment/admin/settings/<?= $prefix ?>" hx-swap="outerHTML"
+<form class="settings" action="/todo" hx-post="/fragment/admin/settings/<?= $prefix ?>" hx-swap="outerHTML"
hx-disabled-elt="find button">
<?php foreach ($settings->getAllInPrefix($prefix) as $key => $value) {
$info = $settings->getInfo($key);