diff --git a/ynr/apps/elections/templates/elections/includes/_ballot_sopn_links.html b/ynr/apps/elections/templates/elections/includes/_ballot_sopn_links.html index 481cd25a8..954d5d69c 100644 --- a/ynr/apps/elections/templates/elections/includes/_ballot_sopn_links.html +++ b/ynr/apps/elections/templates/elections/includes/_ballot_sopn_links.html @@ -3,8 +3,23 @@ View the Statement of Persons Nominated (SOPN) for this ballot

{% else %} + {% if user_can_upload_documents and ballot.officialdocument_set.exists %} + Legacy SOPNs that need to be migrated: + + + {% endif %} + {% if user_can_upload_documents %} {% url 'upload_ballot_sopn_view' ballot_paper_id=ballot.ballot_paper_id as url %} Upload SOPN {% endif %} + + {% endif %}