diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-18 14:29:39 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-18 14:29:39 +0200 |
commit | 36372694c6bbb82aea8578c5c1a492bb6f10c39d (patch) | |
tree | 5e1bd5474c6935353c1da55c835c8dc325799964 /app/view/templates | |
parent | 1d011471674ede030407c351abfbf2bfc93d8b7a (diff) | |
download | wcms-36372694c6bbb82aea8578c5c1a492bb6f10c39d.tar.gz wcms-36372694c6bbb82aea8578c5c1a492bb6f10c39d.zip |
renderall is now a GET action //renderall
Diffstat (limited to 'app/view/templates')
-rw-r--r-- | app/view/templates/homemenu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index aa57779..8716c17 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -38,7 +38,7 @@ <div class="submenu"> <i>Edit selected pages</i> <h2>Actions</h2> - <form action="<?= $this->url('homerenderall') ?>" method="post"> + <form action="" method="post"> <input type="submit" value="render"> <input type="submit" value="download"> <input type="submit" value="delete"> |