1 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
323ab20c6b Fix: remove be_main extend for Contao 5 compatibility 2026-03-11 21:15:23 +01:00

View File

@@ -1,7 +1,4 @@
<?php $this->extend('be_main'); ?>
<?php $this->block('main'); ?>
<form action="<?= $this->action; ?>" method="post" style="max-width:900px;">
<form action="<?= $this->action; ?>" method="post" style="max-width:900px;">
<input type="hidden" name="REQUEST_TOKEN" value="<?= $this->requestToken; ?>">
<input type="hidden" name="FORM_SUBMIT" value="tl_dummy_copier">
@@ -170,5 +167,4 @@
});
})();
</script>
</form>
<?php $this->endblock(); ?>
</form>