diff --git a/examiner/templates/examiner/pdf_links.html b/examiner/templates/examiner/pdf_links.html index 8e6fbad..6cfade8 100644 --- a/examiner/templates/examiner/pdf_links.html +++ b/examiner/templates/examiner/pdf_links.html @@ -33,16 +33,10 @@ -{# New line before alternative PDFs #} -{% elif forloop.counter == 2 %} -
- -{% endif %} - {# Add we now add all the alternative PDFs with counters #} -{% if forloop.counter > 1 %} - - [{{ forloop.counter }}] +{% elif forloop.counter > 1 %} + + {{ forloop.counter }} {% endif %}