diff --git a/hub/templates/hub/area.html b/hub/templates/hub/area.html index 8a35a0632..a1e52d4f9 100644 --- a/hub/templates/hub/area.html +++ b/hub/templates/hub/area.html @@ -176,8 +176,8 @@

MP

{{ mp.person.name }}

- {% if mp.party %} -

{{ mp.party }}

+ {% if mp.person.party %} +

{{ mp.person.party }}

{% endif %}
@@ -364,17 +364,17 @@

Term ended

Prospective Parliamentary Candidates

These are the candidates standing for election in this constituency on 4th June.

- {% for row in PPCs %} + {% for person in PPCs %}