Display the state of the authorization to publish the video on Animath websites
This commit is contained in:
parent
4975044046
commit
f0459838d4
|
@ -28,6 +28,9 @@
|
||||||
|
|
||||||
<dt class="col-sm-6 text-right">{% trans "Chosen problem:" %}</dt>
|
<dt class="col-sm-6 text-right">{% trans "Chosen problem:" %}</dt>
|
||||||
<dd class="col-sm-6">{{ team.participation.get_problem_display|default:any }}</dd>
|
<dd class="col-sm-6">{{ team.participation.get_problem_display|default:any }}</dd>
|
||||||
|
|
||||||
|
<dt class="col-sm-6 text-right">{% trans "Grant Animath to publish our video:" %}</dt>
|
||||||
|
<dd class="col-sm-6">{{ team.grant_animath_access_videos|yesno }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer text-center">
|
<div class="card-footer text-center">
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Corres2math\n"
|
"Project-Id-Version: Corres2math\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-09-24 11:08+0200\n"
|
"POT-Creation-Date: 2020-09-24 11:19+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -263,7 +263,11 @@ msgstr "Participants :"
|
||||||
msgid "Chosen problem:"
|
msgid "Chosen problem:"
|
||||||
msgstr "Problème choisi :"
|
msgstr "Problème choisi :"
|
||||||
|
|
||||||
#: apps/participation/templates/participation/team_detail.html:34
|
#: apps/participation/templates/participation/team_detail.html:32
|
||||||
|
msgid "Grant Animath to publish our video:"
|
||||||
|
msgstr "Autoriser Animath à publier notre vidéo :"
|
||||||
|
|
||||||
|
#: apps/participation/templates/participation/team_detail.html:37
|
||||||
#: apps/participation/templates/participation/update_team.html:12
|
#: apps/participation/templates/participation/update_team.html:12
|
||||||
#: apps/participation/templates/participation/update_team_modal.html:15
|
#: apps/participation/templates/participation/update_team_modal.html:15
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
|
|
Loading…
Reference in New Issue