From 2026c8cbc2d85c5d1c6a9f9983c8b9a8e5271b3d Mon Sep 17 00:00:00 2001 From: Sym Roe Date: Tue, 2 May 2023 16:59:38 +0100 Subject: [PATCH] Only show voter ID message when the postcode has an election --- postcode_lookup/templates/result.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postcode_lookup/templates/result.html b/postcode_lookup/templates/result.html index d36a969..12fa380 100644 --- a/postcode_lookup/templates/result.html +++ b/postcode_lookup/templates/result.html @@ -82,10 +82,13 @@
+ {% if api_response.dates %}

You’ll need to take photo ID with you if you’re voting at the polling station. Check the list of accepted forms of photo ID.

+ {% endif %} + {% for date in api_response.dates %}

{{ date.date|date_filter }}