diff --git a/election/templates/election/election_list.jinja b/election/templates/election/election_list.jinja index 2caa2d15..cad4b5e3 100644 --- a/election/templates/election/election_list.jinja +++ b/election/templates/election/election_list.jinja @@ -1,11 +1,27 @@ {% extends "core/base.jinja" %} {% block title %} -{% trans %}Election list{% endtrans %} -{% endblock %} +{%- trans %}Election list{% endtrans %} +{%- endblock %} + +{% block head %} +{{ super() -}} + +{%- endblock %} {% block content %} - {% for el in object_list %} -

{{el}}

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

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

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