From a712a35bfceb8433546770624ea9c77235f5342b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Mar 2014 15:08:45 +0100 Subject: [PATCH] fix prof select ? --- teleforma/templates/postman/base_write.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/postman/base_write.html b/teleforma/templates/postman/base_write.html index ff375603..08c6141b 100644 --- a/teleforma/templates/postman/base_write.html +++ b/teleforma/templates/postman/base_write.html @@ -5,16 +5,20 @@ {% block content %}
@@ -23,7 +27,7 @@ function update_recipients() { {% if user.student.all or user.is_staff %}
- {% get_all_admins as admins %} {% for a in admins %} @@ -31,7 +35,7 @@ function update_recipients() { {% endfor %} - {% get_all_professors as professors %} {% for p in professors %} -- 2.39.5