From 9933e69d5d8e5c410b6eddc3d39bbc266f3b19c1 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Mon, 3 May 2021 06:23:12 +0200 Subject: [PATCH] Correct preprint server counting in choose server template --- .../templates/submissions/submit_choose_preprint_server.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/templates/submissions/submit_choose_preprint_server.html b/submissions/templates/submissions/submit_choose_preprint_server.html index 15c125a99..6e8598de7 100644 --- a/submissions/templates/submissions/submit_choose_preprint_server.html +++ b/submissions/templates/submissions/submit_choose_preprint_server.html @@ -23,7 +23,7 @@ <div class="row"> <div class="col-md-6"> <h2 class=highlight>Step 3</h2> - {% if preprint_servers|length > 1 %} + {% if preprint_server_list|length > 1 %} <h3>Which preprint server do you wish to use for your {% if thread_hash %}re{% endif %}submission?</h3> <p>SciPost's own preprint server is always available. We however strongly encourage you to use your field's customary -- GitLab