diff --git a/app/templates/auth/login.html.j2 b/app/templates/auth/login.html.j2 index b6e21488..53feabe6 100644 --- a/app/templates/auth/login.html.j2 +++ b/app/templates/auth/login.html.j2 @@ -5,7 +5,7 @@ {% block page_content %}
-
+

{{ title }}

Want to boost your research and get going? Nopaque is free and no download is needed. Register now!

@@ -15,14 +15,14 @@ {{ wtf.render_field(form.user, material_icon='person') }} {{ wtf.render_field(form.password, material_icon='vpn_key') }}
- -
+
{{ wtf.render_field(form.remember_me) }}
+
+ Forgot your password? + {{ wtf.render_field(form.submit, material_icon='send') }} +
- {{ wtf.render_field(form.submit, material_icon='send', class_='width-100') }}
diff --git a/app/templates/auth/register.html.j2 b/app/templates/auth/register.html.j2 index 133b202a..08940f6a 100644 --- a/app/templates/auth/register.html.j2 +++ b/app/templates/auth/register.html.j2 @@ -5,7 +5,7 @@ {% block page_content %}
-
+

{{ title }}

Simply enter a username and password to receive your registration email. @@ -22,12 +22,15 @@ {{ wtf.render_field(form.username, material_icon='person') }} {{ wtf.render_field(form.password, material_icon='vpn_key') }} {{ wtf.render_field(form.password_2, material_icon='vpn_key') }} - {{ wtf.render_field(form.email, class_='validate', material_icon='email', type='email') }} -
- {{ wtf.render_field(form.terms_of_use_accepted, type='checkbox')}} -

-
- {{ wtf.render_field(form.submit, class_='width-100', material_icon='send') }} + {{ wtf.render_field(form.email, material_icon='email', type='email') }} +
+
+ {{ wtf.render_field(form.terms_of_use_accepted)}} +
+
+ {{ wtf.render_field(form.submit, material_icon='send') }} +
+
diff --git a/app/templates/auth/reset_password.html.j2 b/app/templates/auth/reset_password.html.j2 index c587ce73..733f81c8 100644 --- a/app/templates/auth/reset_password.html.j2 +++ b/app/templates/auth/reset_password.html.j2 @@ -13,7 +13,9 @@ {{ form.hidden_tag() }} {{ wtf.render_field(form.password) }} {{ wtf.render_field(form.password_2) }} - {{ wtf.render_field(form.submit, class_='width-100', material_icon='send') }} +
+ {{ wtf.render_field(form.submit, material_icon='send') }} +
diff --git a/app/templates/auth/reset_password_request.html.j2 b/app/templates/auth/reset_password_request.html.j2 index 5af9d580..ad1bd1f2 100644 --- a/app/templates/auth/reset_password_request.html.j2 +++ b/app/templates/auth/reset_password_request.html.j2 @@ -4,15 +4,17 @@ {% block page_content %}
-
+

{{ title }}

After entering your email address you will receive instructions on how to reset your password.

{{ form.hidden_tag() }} - {{ wtf.render_field(form.email, class_='validate', material_icon='email', type='email') }} - {{ wtf.render_field(form.submit, class_='width-100', material_icon='send') }} + {{ wtf.render_field(form.email, material_icon='email', type='email') }} +
+ {{ wtf.render_field(form.submit, material_icon='send') }} +
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 @@
{% endblock modals %} + +{% block scripts %} +{{ super() }} + +{% endblock scripts %}