diff --git a/election/templates/election/election_list.jinja b/election/templates/election/election_list.jinja index cad4b5e3..3cceb2dc 100644 --- a/election/templates/election/election_list.jinja +++ b/election/templates/election/election_list.jinja @@ -10,18 +10,34 @@ small { font-size: smaller; } + + time { + font-weight: bolder; + } {%- endblock %} {% block content %}
- {{election}} - {% trans %}From{% endtrans %} {{ election.start_date|date("l d F Y") }} {% trans %}to{% endtrans %} {{ election.end_date|date("l d F Y") }} + {% trans %}Applications open from{% endtrans %} + at + {% trans %}to{% endtrans %} + at
++ {% trans %}Polls open from{% endtrans %} + at + {% trans %}to{% endtrans %} + at +
+{{ election.description }}
+