From 1bad481bf5e248bdcdd5286d694bf744bd10f3d8 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Mar 2014 15:16:47 +0100 Subject: [PATCH] templates: remove unused files --- .../portail_citoyen/account_management_plugin.html | 6 ------ .../templates/portail_citoyen/profile_form_plugin.html | 9 --------- portail_citoyen2/templates/registration/logged_out.html | 7 ------- 3 files changed, 22 deletions(-) delete mode 100644 portail_citoyen2/templates/portail_citoyen/account_management_plugin.html delete mode 100644 portail_citoyen2/templates/portail_citoyen/profile_form_plugin.html delete mode 100644 portail_citoyen2/templates/registration/logged_out.html 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 %}