From f0459838d45c270517486f4690a7d0df9d7c88e5 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 24 Sep 2020 11:20:36 +0200 Subject: [PATCH] Display the state of the authorization to publish the video on Animath websites --- .../templates/participation/team_detail.html | 3 +++ locale/fr/LC_MESSAGES/django.po | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/participation/templates/participation/team_detail.html b/apps/participation/templates/participation/team_detail.html index e04d0dd..dec9c79 100644 --- a/apps/participation/templates/participation/team_detail.html +++ b/apps/participation/templates/participation/team_detail.html @@ -28,6 +28,9 @@
{% trans "Chosen problem:" %}
{{ team.participation.get_problem_display|default:any }}
+ +
{% trans "Grant Animath to publish our video:" %}
+
{{ team.grant_animath_access_videos|yesno }}