From c7e8ca7da7734dbbe6d717cc6410a424a4c1be66 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Mon, 1 Jan 2024 10:17:01 +0100 Subject: [PATCH] Remove superseded login form --- .../templates/registration/login.html | 75 ------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/documents/templates/registration/login.html diff --git a/src/documents/templates/registration/login.html b/src/documents/templates/registration/login.html deleted file mode 100644 index ba57013ac..000000000 --- a/src/documents/templates/registration/login.html +++ /dev/null @@ -1,75 +0,0 @@ - - -{% load static %} -{% load i18n %} - - - - - - - - - - {% translate "Paperless-ngx sign in" %} - - - - - - -
- {% csrf_token %} - -

{% translate "Please sign in." %}

- {% if form.errors %} - - {% elif request.GET.sharelink_notfound %} - - {% elif request.GET.sharelink_expired %} - - {% endif %} - {% translate "Username" as i18n_username %} - {% translate "Password" as i18n_password %} -
- - -
-
- - -
-
- -
- {% if EMAIL_ENABLED %} - - {% endif %} -
- -