diff --git a/portail_citoyen2/templates/portail_citoyen/account_management_plugin.html b/portail_citoyen2/templates/portail_citoyen/account_management_plugin.html deleted file mode 100644 index 0245343..0000000 --- a/portail_citoyen2/templates/portail_citoyen/account_management_plugin.html +++ /dev/null @@ -1,6 +0,0 @@ -{% load i18n %} - diff --git a/portail_citoyen2/templates/portail_citoyen/profile_form_plugin.html b/portail_citoyen2/templates/portail_citoyen/profile_form_plugin.html deleted file mode 100644 index 20a6d95..0000000 --- a/portail_citoyen2/templates/portail_citoyen/profile_form_plugin.html +++ /dev/null @@ -1,9 +0,0 @@ -{% load i18n %} - -
-
- -

{{ user.email }}

-
- {% include "portail_citoyen/form.html" with form=form %} -
diff --git a/portail_citoyen2/templates/registration/logged_out.html b/portail_citoyen2/templates/registration/logged_out.html deleted file mode 100644 index 4da0abc..0000000 --- a/portail_citoyen2/templates/registration/logged_out.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} -{% load i18n cms_tags %} -{% block content %} -

- {% static_placeholder "logged-out" %} -

-{% endblock %}