Updated account
This commit is contained in:
parent
11895bc784
commit
dcd9253bb9
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>Are you SURE you would like to delete your account?</h1>
|
<h1>Are you SURE you would like to delete your account?</h1>
|
||||||
<button onclick="location.href = '/account/dashboard';">Whoops, wrong button, bring me back to the safe zone!</button>
|
<button onclick="location.href = '/account';">Whoops, wrong button, bring me back to the safe zone!</button>
|
||||||
<br>
|
<br>
|
||||||
<form method="POST" action="/account/deleteapi">
|
<form method="POST" action="/account/deleteapi">
|
||||||
<input type="hidden" name="email" value="{{ user_email }}">
|
<input type="hidden" name="email" value="{{ user_email }}">
|
||||||
|
|
Loading…
Reference in New Issue