{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Delete your Libravatar account' %}{% endblock title %} {% block body-onload %}document.forms.delete.password.focus(){% endblock body-onload %} {% block content %}
{% trans 'There is no way to undo this operation.' %}
{% endblock content %}