blob: af6c7eb3ae0f88b637f53124191f2a8acbbf6454 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<form method="post" action="?do=DeleteUser">
<input type="hidden" name="token" value="{{token}}">
<div class="form-narrow">
<p>
Bitte bestätigen Sie, dass Sie sich vom bwLehrpool-Dienst abmelden möchten.
Dabei werden all Ihre Daten, sowie sämtliche von Ihnen erstellte Virtuelle
Maschinen vom Zentral-Server gelöscht.
</p>
<div class="input-group">
<span class="input-group-addon">
<input name="confirm" type="checkbox" id="confirm">
</span>
<span class="form-control"><label for="confirm">Ich bin sicher</label></span>
</div>
<div class="pull-right">
<button type="submit" class="btn btn-danger">Account löschen</button>
</div>
</div>
</form>
|