Coverage for gui/templates/gui/email/ballot_reminder_message.txt: 100%
4 statements
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-14 06:24 +0000
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-14 06:24 +0000
1{% extends 'gui/email/message_base.txt' %}
2{% load humanize %}
4{% block message %}We would like to remind you that you have not yet voted in the ballot '{{ballot.short_name}}' which closes {{ballot.closing_on|naturaltime}}.
6Please cast your vote at https://{{current_site.domain}}{% url 'ballot-vote' ballot.id %} {% endblock %}