Skip to content

Commit

Permalink
Merge pull request #1959 from DemocracyClub/hustings-warning
Browse files Browse the repository at this point in the history
Add warning about hustings, and CTA when we have hustings
  • Loading branch information
symroe authored Jun 19, 2024
2 parents f35ceb8 + 8458da5 commit 029fb0b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wcivf/apps/hustings/templates/hustings/includes/_ballot.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ <h3>
{% if postelection.husting_set.displayable.exists %}
<p>{% trans "You can meet candidates and question them at events (often known as 'hustings'). Here are some events that are taking place:" %}</p>
{% include "hustings/includes/_list.html" with hustings=postelection.husting_set.displayable %}
<p><small>Events are reported by users, if you spot an error, please <a
href="https://democracyclub.org.uk/contact/">get in touch</a></small></p>
<hr>
<p>Do you know about any other events in the area? If so, please <a
href="{% url "hustings:add-husting" ballot_paper_id=postelection.ballot_paper_id %}">tell us about
them</a></p>

{% else %}
<p>Do you know about any events (often known as 'hustings')? If so, please <a href="{% url "hustings:add-husting" ballot_paper_id=postelection.ballot_paper_id %}">tell us about them</a></p>
<p>Do you know about any events (often known as 'hustings')? If so, please <a
href="{% url "hustings:add-husting" ballot_paper_id=postelection.ballot_paper_id %}">tell us about
them</a></p>
{% endif %}

</div>
Expand Down

0 comments on commit 029fb0b

Please sign in to comment.