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 %} -
- {% translate "Forgot your password?" %} -
- {% endif %} -
- -