diff options
Diffstat (limited to 'w/view/templates/edit.php')
-rw-r--r-- | w/view/templates/edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/w/view/templates/edit.php b/w/view/templates/edit.php index 4db6706..ee231cd 100644 --- a/w/view/templates/edit.php +++ b/w/view/templates/edit.php @@ -20,8 +20,6 @@ <?php $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]) ?> -<form action="?id=<?= $art->id() ?>&action=update" method="post" id="artedit"> - <?php $this->insert('edittopbar', ['art' => $art]) ?> <?php $this->insert('editsidebar', ['art' => $art]) ?> |