{% extends "base.html" %} {% from "macros/input.html" import text %} {% block content %}

Delete account

Deleting your account will delete EVERYTHING on your account, including ALL your ever submitted scores. There is NO WAY to recover your account from this, are you sure you want todo this?

{{ text(id="username", name="username", required=True) }} {{ text(id="password", name="password", type="password", required=True) }}
{% endblock %}