From 2095dd621ec0271a69648b0ae8a52032ca83e91c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lenglet Date: Tue, 20 Dec 2016 21:15:40 +0100 Subject: [PATCH] Reworked election list view with datetime ranges and a description. --- .../templates/election/election_list.jinja | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) 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 %}

{% trans %}Current elections{% endtrans %}

-
- {%- endblock %} \ No newline at end of file