diff --git a/pinaxcon/templates/account/base.html b/pinaxcon/templates/account/base.html deleted file mode 100644 index 8f15d1c305efa17ed0506922f0f4d36a6f861963..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/account/base.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "utility_page.html" %} - -{% load i18n %} - -{% block body_class %}account{% endblock %} - -{% block utility_body %} - -
- - {% trans "Settings" %} - - - {% trans "Change password" %} - - - {% trans "Delete account" %} - -
-
- - {% block account_body %} - {% endblock %} - -{% endblock %}