From: Guillaume Pellerin Date: Sun, 28 Jun 2026 16:23:35 +0000 (+0200) Subject: avoid script download by corrector X-Git-Tag: 3.0.2~1^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b3065908d81acba2f4c7199862b31c5715331690;p=teleforma.git avoid script download by corrector --- diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index fa849d64..6e594b64 100644 --- a/teleforma/exam/templates/exam/script_detail.html +++ b/teleforma/exam/templates/exam/script_detail.html @@ -45,7 +45,9 @@ {{ script.title }}
- Télécharger + {% if not user.quotas.all %} + Télécharger + {% endif %} {% if user.quotas.all %} {% trans "Send a message" %} {% endif %}