diff --git a/pinaxcon/templates/account/delete.html b/pinaxcon/templates/account/delete.html deleted file mode 100644 index 9f32de64..00000000 --- a/pinaxcon/templates/account/delete.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block body_class %}account account-delete{% endblock %} - -{% block head_title %}{% trans "Delete Account" %}{% endblock %} - -{% block content %} -
{% blocktrans %}If you go ahead and delete your account, your information will be expunged within {{ ACCOUNT_DELETION_EXPUNGE_HOURS }} hours.{% endblocktrans %}
- - - -{% endblock %} diff --git a/pinaxcon/templates/account/password_change.html b/pinaxcon/templates/account/password_change.html deleted file mode 100644 index 9b8b9a79..00000000 --- a/pinaxcon/templates/account/password_change.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load bootstrap %} - -{% block body_class %}account account-password{% endblock %} - -{% block head_title %}{% trans "Change password" %}{% endblock %} - -{% block content %} -If you would like to change your registered email address or password, you can use our self-service account management portal