{% extends 'error.html' %}
{% load i18n %}
{% block errormessage %}
{% url 'libravatar.account.views.delete' as delete_url %}
{% url 'libravatar.account.views.add_openid' as add_openid_url %}
{% blocktrans %}You cannot delete your only OpenID since it's the only way to access this account. Either add another OpenID or permanently delete your account if you really want to do this.{% endblocktrans %}
{% endblock errormessage %}