diff --git a/web_tools/templates/base.html b/web_tools/templates/base.html index 8ac28b3..7992445 100644 --- a/web_tools/templates/base.html +++ b/web_tools/templates/base.html @@ -150,7 +150,7 @@ aria-hidden="true" aria-labelledby="sm-16143429460579077-3" aria-expanded="false">
  • - Strain v20200601 + Strain v20230324
  • diff --git a/web_tools/templates/validation_html_output.html b/web_tools/templates/validation_html_output.html index 57d2614..662bc4b 100644 --- a/web_tools/templates/validation_html_output.html +++ b/web_tools/templates/validation_html_output.html @@ -2,7 +2,7 @@ {% load web_tool_utils %} {% block title %} MIRRI Validation tool {% endblock title %} {% block navigator%} MIRRI Validation tool{% endblock navigator%} -{% block page_title %} MIRRI v20200601 specifications validator {% endblock page_title %} +{% block page_title %} MIRRI v20230324 specifications validator {% endblock page_title %} {% block content %}
    {% if not validation_done%} @@ -10,12 +10,17 @@

    Please refer to this instructions to compile your excel file:

    You can also contact the MIRRI ICT by email using ICT Support


    @@ -48,7 +53,7 @@

    Dear Curator of Culture Collection {{culture_collection}}:

    The ExcelFile {{fname}} you’ve provided on {{file_date}} with your collection Strains Data contains errors/inconsistencies/missing data.

    Please, see below the list of detected errors/missing data, for you to proceed with the appropriated correction/completion.

    -

    If you need help, please refer to the instructions contained in HowToCompileTheSheets_v20200601.pdf and RecommendationsToCollections_v20200601.pdf. +

    If you need help, please refer to the instructions contained in HowToCompileTheSheets_v20230324.pdf and Specifications_v20230324.pdf.

    You can also contact the MIRRI ICT by email using: ICT Support

    You can download the report Here

    diff --git a/web_tools/templates/validation_pdf_output.html b/web_tools/templates/validation_pdf_output.html index 77efb86..c98b975 100644 --- a/web_tools/templates/validation_pdf_output.html +++ b/web_tools/templates/validation_pdf_output.html @@ -39,7 +39,7 @@

    Dear Curator of Culture Collection {{culture_collection}}:

    The ExcelFile {{fname}} you’ve provided on {{file_date}} with your collection Strains Data contains errors/ inconsistencies/ missing data.
    Please, see below the list of detected errors/missing data, for you to proceed with the appropriated correction/completion.
    - If you need help, please refer to the instructions contained in HowToCompileTheSheets_v20200601.pdf and RecommendationsToCollections_v20200601.pdf.

    + If you need help, please refer to the instructions contained in HowToCompileTheSheets_v20230324.pdf and Specifications_v20230324.pdf.

    You can also contact the MIRRI ICT by email using: ICT Support

    @@ -72,12 +72,17 @@

    MIRRI validator Report for {{ fname }}

    Please refer to this instructions to compile your excel file:

    You can also contact the MIRRI ICT by email using ICT Support


    diff --git a/web_tools/views.py b/web_tools/views.py index c98d3ad..cc3050d 100644 --- a/web_tools/views.py +++ b/web_tools/views.py @@ -49,7 +49,7 @@ def validation_view(request): fhand = form.cleaned_data["file"] fname = fhand.name do_upload = form.cleaned_data['do_upload'] - version = '20200601' + version = '5.1.2' error_log = validate_mirri_excel(fhand, version=version) all_errors = error_log.get_errors()