Let's make (git) history!
This commit is contained in:
10
template/quitesimple/page_deletion
Normal file
10
template/quitesimple/page_deletion
Normal file
@ -0,0 +1,10 @@
|
||||
{wikiqs:include:page_header}
|
||||
<main id="content">
|
||||
<h3>Page deletion</h3><br>
|
||||
Do you really want to delete page <b>{wikiqs:var:page}</b>?
|
||||
<form action="{wikiqs:var:deletionurl}" method=POST>
|
||||
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
|
||||
<button type="submit" name="do" value="submit">Yes, delete page</button>
|
||||
</form>
|
||||
</main>
|
||||
{wikiqs:include:general_footer}
|
Reference in New Issue
Block a user