diff --git a/src/documents/templates/registration/logged_out.html b/src/documents/templates/registration/logged_out.html index 5a059652a..5fe2144fd 100644 --- a/src/documents/templates/registration/logged_out.html +++ b/src/documents/templates/registration/logged_out.html @@ -1,63 +1,48 @@ - - -{% load static %} -{% load i18n %} - - - - - - - - - - {% translate "Paperless-ngx signed out" %} - - - - - - - - - - -
- -

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

- {% translate "Sign in again" %} -
- - + + +{% 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/registration/login.html b/src/documents/templates/registration/login.html index d9ff86a78..f13d3a4b4 100644 --- a/src/documents/templates/registration/login.html +++ b/src/documents/templates/registration/login.html @@ -1,76 +1,57 @@ - - -{% load static %} -{% load i18n %} - - - - - - - - - - - {% translate "Paperless-ngx sign in" %} - - - - - - - - - - -
- {% csrf_token %} - -

{% translate "Please sign in." %}

- {% if form.errors %} - - {% endif %} - {% translate "Username" as i18n_username %} - {% translate "Password" as i18n_password %} - - - - - -
- - + + +{% load static %} {% load i18n %} + + + + + + + + + + + {% translate "LBC Finance sign in" %} + + + + + + + + + + +
+ {% csrf_token %} + + + + +

{% translate "Sign in to LBC Finance" %}

+ {% if form.errors %} + + {% endif %} {% translate "Username" as i18n_username %} {% translate "Password" as i18n_password %} + + + + + +
+ + diff --git a/src/paperless/static/paperless/img/favicon.ico b/src/paperless/static/paperless/img/favicon.ico index cb57d8b2b..a7e300666 100644 Binary files a/src/paperless/static/paperless/img/favicon.ico and b/src/paperless/static/paperless/img/favicon.ico differ