Add tournament-specific email addresses

This commit is contained in:
Yohann D'ANELLO 2021-01-21 22:36:35 +01:00
parent 9e559db4b4
commit 7a4cc8843f
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 29 additions and 8 deletions

View File

@ -44,6 +44,15 @@
<dt class="col-xl-6 text-right">{% trans 'description'|capfirst %}</dt>
<dd class="col-xl-6">{{ tournament.description }}</dd>
<dt class="col-xl-6 text-right">{% trans 'To contact organizers' %}</dt>
<dd class="col-xl-6"><a href="mailto:{{ tournament.organizers_email }}">{{ tournament.organizers_email }}</a></dd>
<dt class="col-xl-6 text-right">{% trans 'To contact juries' %}</dt>
<dd class="col-xl-6"><a href="mailto:{{ tournament.jurys_email }}">{{ tournament.jurys_email }}</a></dd>
<dt class="col-xl-6 text-right">{% trans 'To contact valid teams' %}</dt>
<dd class="col-xl-6"><a href="mailto:{{ tournament.teams_email }}">{{ tournament.teams_email }}</a></dd>
</dl>
</div>

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TFJM\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-21 22:31+0100\n"
"POT-Creation-Date: 2021-01-21 22:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -684,7 +684,7 @@ msgid "BigBlueButton link:"
msgstr "Lien BigBlueButton :"
#: apps/participation/templates/participation/pool_detail.html:41
#: apps/participation/templates/participation/tournament_detail.html:82
#: apps/participation/templates/participation/tournament_detail.html:91
msgid "Ranking"
msgstr "Classement"
@ -703,7 +703,7 @@ msgid "Passages"
msgstr "Passages"
#: apps/participation/templates/participation/pool_detail.html:68
#: apps/participation/templates/participation/tournament_detail.html:96
#: apps/participation/templates/participation/tournament_detail.html:105
msgid "Add"
msgstr "Ajouter"
@ -872,24 +872,36 @@ msgstr ""
msgid "date of maximal syntheses submission for the second round"
msgstr "date limite de soumission des notes de synthèse pour le second tour"
#: apps/participation/templates/participation/tournament_detail.html:52
#: apps/participation/templates/participation/tournament_detail.html:48
msgid "To contact organizers"
msgstr "Pour contacter les organisateurs"
#: apps/participation/templates/participation/tournament_detail.html:51
msgid "To contact juries"
msgstr "Pour contacter les jurys"
#: apps/participation/templates/participation/tournament_detail.html:54
msgid "To contact valid teams"
msgstr "Pour contacter les équipes valides"
#: apps/participation/templates/participation/tournament_detail.html:61
msgid "Edit tournament"
msgstr "Modifier le tournoi"
#: apps/participation/templates/participation/tournament_detail.html:59
#: apps/participation/templates/participation/tournament_detail.html:68
#: tfjm/templates/base.html:68
msgid "Teams"
msgstr "Équipes"
#: apps/participation/templates/participation/tournament_detail.html:67
#: apps/participation/templates/participation/tournament_detail.html:76
msgid "Pools"
msgstr "Poules"
#: apps/participation/templates/participation/tournament_detail.html:74
#: apps/participation/templates/participation/tournament_detail.html:83
msgid "Add new pool"
msgstr "Ajouter une nouvelle poule"
#: apps/participation/templates/participation/tournament_detail.html:95
#: apps/participation/templates/participation/tournament_detail.html:104
msgid "Add pool"
msgstr "Ajouter une poule"