Skip to content

Commit

Permalink
Add message that full MP candidates aren't out yet
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed May 3, 2017
1 parent 02b01af commit f102669
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wcivf/apps/elections/templates/elections/postcode_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ <h3>{{ postelection.post.label }}</h3>

{% if postelection.people %}
<h3>Candidates</h3>
{% if postelection.election.slug == "parl.2017-06-08" %}
<strong>
These are the only candidates that have been announced so far. We will have a full list
of candidates by the 12th of May.
<a href="https://candidates.democracyclub.org.uk/">Let us know if we're missing anyone.</a>
</strong>
{% endif %}
{% if postelection.election.uses_lists %}
<p>You will vote for your preferred party rather than a candidate on this ballot paper</p>
{% include "elections/includes/_people_list_with_lists.html" with people=postelection.people %}
Expand Down

0 comments on commit f102669

Please sign in to comment.