diff --git a/submissions/templates/submissions/_report_tex_template.html b/submissions/templates/submissions/_report_tex_template.html index 7d6d3c0c41eacf2df1b55602ae373f772ad03792..91c14123558044e2ceae8904daf91e23d08c6d44 100644 --- a/submissions/templates/submissions/_report_tex_template.html +++ b/submissions/templates/submissions/_report_tex_template.html @@ -75,12 +75,6 @@ Published by the SciPost Foundation. {\small Received {{report.date_submitted|date:'d-m-Y'}} -{% if report.doi_string %} -%%%%%%%%%% DOI -\newline \doi{ {{report.doi_string|safe_tex_url}} } - -{% endif %} - } \end{minipage} \end{tabular} diff --git a/submissions/templates/submissions/reports_pdf_compile.html b/submissions/templates/submissions/reports_pdf_compile.html index cd32e70f195cbac3ae8ce0b289383c16a14a590b..bf46e0b6860c836b3d5a3c7d843508ea94253412 100644 --- a/submissions/templates/submissions/reports_pdf_compile.html +++ b/submissions/templates/submissions/reports_pdf_compile.html @@ -24,7 +24,7 @@ <div class="row"> <div class="col-12"> <h3>Please process this code in your Tex Compiler:</h3> - <p>To compile, one needs the SciPost Refereeing Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> + <p>To compile, one needs the SciPost Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> <pre class="clickfocus" style="max-height: 200px;"><code>{% include 'submissions/_report_tex_template.html' with report=report %}</code></pre> </div> </div> diff --git a/submissions/templates/submissions/treated_submission_pdf_compile.html b/submissions/templates/submissions/treated_submission_pdf_compile.html index 0eee256f8a92f1806f8d1378d0d87c241b942d0d..4681af8e6c3060cc537c585a6b749231d8dafecf 100644 --- a/submissions/templates/submissions/treated_submission_pdf_compile.html +++ b/submissions/templates/submissions/treated_submission_pdf_compile.html @@ -24,7 +24,7 @@ <div class="col-12"> <h3>Please process this code in your Tex Compiler:</h3> <p>You may need to compile twice because of the Table of Content.</p> - <p>To compile, one needs the SciPost Refereeing Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> + <p>To compile, one needs the SciPost Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> <pre class="clickfocus" style="max-height: 200px;"><code>{% include 'submissions/_refereeing_pack_tex_template.html' with submission=submission %}</code></pre> </div> </div>