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 %} - - - - - -
- -
-
-
- -
- -
-

{% trans "You have been logged out" %}

-

{% trans "Return to login screen" %}

-
-
-
-
- -
- - \ 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 %} - - - - - - -
- -
-
-
- -
- -
-
- {% csrf_token %} - - {% load crispy_forms_tags %} - -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- - {% if form.errors %} - - {% endif %} - -
- - - - {% get_providers as socialaccount_providers %} - - {% if socialaccount_providers %} -

- {% for provider in socialaccount_providers %} - - {% blocktrans with name=provider.name %}Login with {{name}}{% endblocktrans%} - - {% endfor %} - {% endif %} - -
- - {% if email_configured %} -

-

{% trans "Forgotten your password?" %} - {% trans "Click here to reset" %}

-
- {% endif %} -
-
-
- -
- -{% 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 %} - - - - - -
- -
-
-
- -
- -
-

{% trans "Password reset complete" %}

-

{% trans "Return to login screen" %}

-
-
-
-
- -
- - \ 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 %} - - - - - -
- -
-
-
- -
- -
- - {% if validlink %} -

{% trans "Change password" %}

-
- {% csrf_token %} - {{ form.as_p }} - -
- {% else %} -

- {% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %} -

- {% endif %} -
-
-
-
-
- - \ 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 %} - - - - - -
- -
-
-
- -
-
- -

- {% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %} -

-

- {% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %} -

- -
- {% trans "Return to login screen" %} -
-
-
-
-
- - \ 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 %} - - - - - -
- -
-
-
- -
- -
- -

{% trans "Forgotten your password?" %}

-

{% trans "Enter your email address below." %}

-

{% trans "An email will be sent with password reset instructions." %}

- -
- {% csrf_token %} - {{ form.as_p }} - -
- -
-
-
-
- -
- - \ No newline at end of file