diff --git a/src/paperless_migration/templates/paperless_migration/migration_home.html b/src/paperless_migration/templates/paperless_migration/migration_home.html index 270184637..7a9026ff3 100644 --- a/src/paperless_migration/templates/paperless_migration/migration_home.html +++ b/src/paperless_migration/templates/paperless_migration/migration_home.html @@ -175,8 +175,8 @@ - +
@@ -249,6 +249,21 @@
+ +
+
+ {% if not export_exists %} +
+
Export file not found
+
+ Run the v2 export from your Paperless instance, e.g.: + docker run --rm ghcr.io/paperless-ngx/paperless-ngx:2.20.5 document_exporter --data-only + (see documentation). Once the manifest.json is in-place, click “Re-check export”. +
+
+ {% endif %} +
+