changes
This commit is contained in:
19
views/settings.ejs
Normal file
19
views/settings.ejs
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Settings</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partials/nav') %>
|
||||
<div class="content">
|
||||
<form action='/purge' method='post'>
|
||||
<button type="submit" >Purge Revoked Tickets</button>
|
||||
</form>
|
||||
<form action='/wipedb' method='post'>
|
||||
<button type="submit" >Wipe the Database</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user