From 409fed402e646ecccd26f9cb3ea86b0f0c844d36 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 26 Jul 2014 08:54:25 +0200 Subject: [PATCH] fix contacts for correctors --- teleforma/templates/postman/base_write.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/postman/base_write.html b/teleforma/templates/postman/base_write.html index 08c6141b..a88fdfca 100644 --- a/teleforma/templates/postman/base_write.html +++ b/teleforma/templates/postman/base_write.html @@ -24,7 +24,7 @@ function update_professor_recipient() {

{% block pm_write_title %}{% endblock %}

-{% if user.student.all or user.is_staff %} +{% if user.student.all or user.is_staff or user.quotas.all %}