Skip to content
Snippets Groups Projects
Commit 6c400d03 authored by jan.bednarik's avatar jan.bednarik
Browse files

Translations and tweaks

parent 2e1648cf
No related branches found
No related tags found
No related merge requests found
...@@ -42,14 +42,14 @@ toto {{election.election_type}} <u>není</u> zobrazeno na titulní stránce. ...@@ -42,14 +42,14 @@ toto {{election.election_type}} <u>není</u> zobrazeno na titulní stránce.
<br clear="left" /> <br clear="left" />
<div style="margin-bottom: 25px; line-height: 1.3;"> <div style="margin-bottom: 25px; line-height: 1.3; border: 1px solid #888888; padding: 20px;">
{{election.description_bleached|safe}} {{election.description_bleached|safe}}
</div> </div>
<p> <p>
{% if election.help_email and admin_p%}Help Email Address: {{election.help_email}}<br />{% endif %} {% if election.help_email and admin_p%}Email pro nápovědu: {{election.help_email}}<br />{% endif %}
{% if election.voting_start_at %}Voting start at {{election.voting_start_at}}<br />{% endif %} {% if election.voting_start_at %}Hlasování začíná: {{election.voting_start_at}}<br />{% endif %}
{% if election.voting_end_at %}Voting end at {{election.voting_end_at}}<br />{% endif %} {% if election.voting_end_at %}Hlasování končí: {{election.voting_end_at}}<br />{% endif %}
</p> </p>
{% if election.election_info_url %} {% if election.election_info_url %}
......
...@@ -293,3 +293,5 @@ DEFAULT_FROM_EMAIL = "helios@pirati.cz" ...@@ -293,3 +293,5 @@ DEFAULT_FROM_EMAIL = "helios@pirati.cz"
DEFAULT_FROM_NAME = "Pirati - Helios Voting" DEFAULT_FROM_NAME = "Pirati - Helios Voting"
WELCOME_MESSAGE = "Vítejte na hlasovacím systému České pirátské strany" WELCOME_MESSAGE = "Vítejte na hlasovacím systému České pirátské strany"
SITE_TITLE = "Hlasovací systém Helios | Česká piratská strana" SITE_TITLE = "Hlasovací systém Helios | Česká piratská strana"
USE_L10N = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment