+ <p>Permanently erase all your data, with no way to recover it.</p>
+ </div>
+ <button class="cta danger" onclick="prepareDeleteUser()">Delete your account...</button>
+ </div>
+ </div>
{{end}}
</div>
+<div id="modal-delete-user" class="modal">
+ <h2>Are you sure?</h2>
+ <div class="body">
+ <p style="text-align:left">This action <strong>cannot</strong> be undone. It will immediately and permanently erase your account, including your blogs and posts. Before continuing, you might want to <a href="/me/export">export your data</a>.</p>
+ <p>If you're sure, please type <strong>{{.Username}}</strong> to confirm.</p>