From 592fd09ad4b3a596d07f7dd2af609759e5c7e257 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 31 Aug 2021 01:38:46 +0200 Subject: [PATCH] remove old templates --- .../templates/registration/logged_out.html | 59 --------- InvenTree/templates/registration/login.html | 119 ------------------ .../registration/password_reset_complete.html | 59 --------- .../registration/password_reset_confirm.html | 69 ---------- .../registration/password_reset_done.html | 65 ---------- .../registration/password_reset_form.html | 68 ---------- 6 files changed, 439 deletions(-) delete mode 100644 InvenTree/templates/registration/logged_out.html delete mode 100644 InvenTree/templates/registration/login.html delete mode 100644 InvenTree/templates/registration/password_reset_complete.html delete mode 100644 InvenTree/templates/registration/password_reset_confirm.html delete mode 100644 InvenTree/templates/registration/password_reset_done.html delete mode 100644 InvenTree/templates/registration/password_reset_form.html diff --git a/InvenTree/templates/registration/logged_out.html b/InvenTree/templates/registration/logged_out.html deleted file mode 100644 index 703e077f35..0000000000 --- a/InvenTree/templates/registration/logged_out.html +++ /dev/null @@ -1,59 +0,0 @@ -{% load static %} -{% load i18n %} -{% load crispy_forms_tags %} -{% load inventree_extras %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - -
- - - -
- - \ No newline at end of file diff --git a/InvenTree/templates/registration/login.html b/InvenTree/templates/registration/login.html deleted file mode 100644 index 7e0f76b00b..0000000000 --- a/InvenTree/templates/registration/login.html +++ /dev/null @@ -1,119 +0,0 @@ -{% load static %} -{% load i18n %} -{% load inventree_extras %} -{% load socialaccount %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - - -
- - - -
- -{% providers_media_js %} - - - \ No newline at end of file diff --git a/InvenTree/templates/registration/password_reset_complete.html b/InvenTree/templates/registration/password_reset_complete.html deleted file mode 100644 index f332e23d0e..0000000000 --- a/InvenTree/templates/registration/password_reset_complete.html +++ /dev/null @@ -1,59 +0,0 @@ -{% load static %} -{% load i18n %} -{% load crispy_forms_tags %} -{% load inventree_extras %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - -
- - - -
- - \ No newline at end of file diff --git a/InvenTree/templates/registration/password_reset_confirm.html b/InvenTree/templates/registration/password_reset_confirm.html deleted file mode 100644 index cede63f770..0000000000 --- a/InvenTree/templates/registration/password_reset_confirm.html +++ /dev/null @@ -1,69 +0,0 @@ -{% load static %} -{% load i18n %} -{% load crispy_forms_tags %} -{% load inventree_extras %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - -
- - -
- - \ No newline at end of file diff --git a/InvenTree/templates/registration/password_reset_done.html b/InvenTree/templates/registration/password_reset_done.html deleted file mode 100644 index a097e518dd..0000000000 --- a/InvenTree/templates/registration/password_reset_done.html +++ /dev/null @@ -1,65 +0,0 @@ -{% load static %} -{% load i18n %} -{% load crispy_forms_tags %} -{% load inventree_extras %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - -
- - -
- - \ No newline at end of file diff --git a/InvenTree/templates/registration/password_reset_form.html b/InvenTree/templates/registration/password_reset_form.html deleted file mode 100644 index 865a74ca1a..0000000000 --- a/InvenTree/templates/registration/password_reset_form.html +++ /dev/null @@ -1,68 +0,0 @@ -{% load static %} -{% load i18n %} -{% load crispy_forms_tags %} -{% load inventree_extras %} - - - - - - - - - - - - - - - - - - - - - - - - {% inventree_title %} - - - - - -
- - - -
- - \ No newline at end of file