From 0a23815491934f016f58c9f3e473ea294d86bbc2 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Mon, 1 Jan 2024 11:31:34 +0100 Subject: [PATCH] Move all remaining templates --- .../templates/registration/logged_out.html | 44 ------------------- .../templates/index.html | 0 2 files changed, 44 deletions(-) delete mode 100644 src/documents/templates/registration/logged_out.html rename src/{documents => paperless}/templates/index.html (100%) 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