diff --git a/postcode_lookup/templates/includes/ballot_model.html b/postcode_lookup/templates/includes/ballot_model.html index 22ae89c..d1d04da 100644 --- a/postcode_lookup/templates/includes/ballot_model.html +++ b/postcode_lookup/templates/includes/ballot_model.html @@ -17,13 +17,22 @@ {% endif %} -{% if ballot.candidates_verified and not ballot.cancelled %} +{% if ballot.candidates_verified %} + {% if not ballot.cancelled or ballot.metadata.cancelled_election.title == "Uncontested election" %} + +

Visit Who Can I Vote For (Opens in new window) to find out more about your candidates

+ {% endif %} - -

Visit Who Can I Vote For (Opens in new window) to find out more about your candidates

{% endif %}