diff --git a/src/paperless_migration/templates/account/login.html b/src/paperless_migration/templates/account/login.html index 3a25cd684..4c3d0d654 100644 --- a/src/paperless_migration/templates/account/login.html +++ b/src/paperless_migration/templates/account/login.html @@ -6,22 +6,33 @@ + {% translate "Paperless-ngx sign in" %}
-
+ {% csrf_token %} {% include "paperless-ngx/snippets/svg_logo.html" with extra_attrs="width='240' class='logo mb-3'" %}

{% translate "Migration Mode" %}

@@ -30,7 +41,7 @@ {% endfor %} -

{% translate "Login with a superuser account to proceed." %}

+

{% translate "Login with a superuser account to proceed." %}

{% if form.errors %} +

{% translate "Code can be found in the startup logs." %}

diff --git a/src/paperless_migration/templates/paperless_migration/migration_home.html b/src/paperless_migration/templates/paperless_migration/migration_home.html index cb91cdb30..339b97dfc 100644 --- a/src/paperless_migration/templates/paperless_migration/migration_home.html +++ b/src/paperless_migration/templates/paperless_migration/migration_home.html @@ -8,17 +8,28 @@