diff --git a/wasa2il/templates/election/election_view.html b/wasa2il/templates/election/election_view.html index 99441756..8259aafa 100644 --- a/wasa2il/templates/election/election_view.html +++ b/wasa2il/templates/election/election_view.html @@ -195,7 +195,7 @@

{% trans "Election:" %} {{ election.name }}

{% if not voting_interface_enabled or election.election_state != 'voting' or started_voting or step == "vote" %}

{% trans "About This Election" %}

-

{{ election.instructions|safe|linebreaks }}

+

{{ election.instructions|markdown|urlize }}

{% endif %} {% endif %} @@ -282,7 +282,7 @@

{% trans "Votes" %} {% trans "your favorites first!" %}

{% else %} {% if election.instructions %}

{% trans "About This Election" %}

-

{{ election.instructions|safe|linebreaks }}

+

{{ election.instructions|markdown|urlize }}

{% endif %}

{% trans "How To Vote" %}