diff --git a/src/documents/templates/registration/logged_out.html b/src/documents/templates/registration/logged_out.html deleted file mode 100644 index 7d7491e3f..000000000 --- a/src/documents/templates/registration/logged_out.html +++ /dev/null @@ -1,44 +0,0 @@ - - -{% load static %} -{% load i18n %} - - - - - - - - - - {% translate "Paperless-ngx signed out" %} - - - - - - -
- -

{% translate "You have been successfully logged out. Bye!" %}

- {% translate "Sign in again" %} -
- - diff --git a/src/documents/templates/index.html b/src/paperless/templates/index.html similarity index 100% rename from src/documents/templates/index.html rename to src/paperless/templates/index.html