-
+
{{ title }}
After entering your email address you will receive instructions on how to reset your password.
diff --git a/app/templates/services/file_setup_pipeline.html.j2 b/app/templates/services/file_setup_pipeline.html.j2
index 90d4b4df..70474dd8 100644
--- a/app/templates/services/file_setup_pipeline.html.j2
+++ b/app/templates/services/file_setup_pipeline.html.j2
@@ -47,7 +47,7 @@
{{ wtf.render_field(form.description, material_icon='description') }}
- {{ wtf.render_field(form.images, accept='image/jpeg, image/png, image/tiff', class_='file-setup-pipeline-color darken', placeholder='Choose JPEG, PNG or TIFF files') }}
+ {{ wtf.render_field(form.images, accept='image/jpeg, image/png, image/tiff', placeholder='Choose JPEG, PNG or TIFF files') }}
{{ wtf.render_field(form.version, material_icon='apps') }}
@@ -63,3 +63,18 @@
{% endblock page_content %}
+
+{% block scripts %}
+{{ super() }}
+
+{% endblock scripts %}
diff --git a/app/templates/services/spacy_nlp_pipeline.html.j2 b/app/templates/services/spacy_nlp_pipeline.html.j2
index b6a4e2f3..d2cd395d 100644
--- a/app/templates/services/spacy_nlp_pipeline.html.j2
+++ b/app/templates/services/spacy_nlp_pipeline.html.j2
@@ -165,10 +165,20 @@
{% block scripts %}
{{ super() }}
{% endblock scripts %}
diff --git a/app/templates/services/tesseract_ocr_pipeline.html.j2 b/app/templates/services/tesseract_ocr_pipeline.html.j2
index ac78a521..47e4c90d 100644
--- a/app/templates/services/tesseract_ocr_pipeline.html.j2
+++ b/app/templates/services/tesseract_ocr_pipeline.html.j2
@@ -145,15 +145,26 @@
{% block scripts %}
{{ super() }}
{% endblock scripts %}
diff --git a/app/templates/services/transkribus_htr_pipeline.html.j2 b/app/templates/services/transkribus_htr_pipeline.html.j2
index 0f5b3eed..f2bc3a30 100644
--- a/app/templates/services/transkribus_htr_pipeline.html.j2
+++ b/app/templates/services/transkribus_htr_pipeline.html.j2
@@ -138,3 +138,18 @@