clear all wishlists button
This commit is contained in:
parent
9d979b6825
commit
ccfc10002d
3 changed files with 28 additions and 0 deletions
9
views/admin-clear-wishlists.pug
Normal file
9
views/admin-clear-wishlists.pug
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends layout.pug
|
||||
|
||||
block content
|
||||
h2 Wishlist Deletion
|
||||
p This will instantly <b>irreversibly delete all wishlists!</b> Consider making a backup of the database before using this.
|
||||
form(method='POST', action=`${_CC.config.base}admin-settings/clear-wishlists`)
|
||||
.field
|
||||
.control
|
||||
input.button.is-danger(type='submit' value=`Clear all wishlists`)
|
Loading…
Add table
Add a link
Reference in a new issue