From 2243e106b9919b126d7e73cdd1c01a13aa4f9e28 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 3 Jul 2012 15:27:04 +0200 Subject: [PATCH] fix no value --- teleforma/templates/postman/base_write.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/teleforma/templates/postman/base_write.html b/teleforma/templates/postman/base_write.html index cdbb3d77..0f99c040 100644 --- a/teleforma/templates/postman/base_write.html +++ b/teleforma/templates/postman/base_write.html @@ -20,7 +20,7 @@
-{% if user.is_staff %} - -{% endif %} -
{% endif %} @@ -69,11 +59,6 @@ $("#_adminSelect").click(function () { var htmlStr = $(this).val(); $("#id_recipients").val(htmlStr); }); -$("#_iejSelect").click(function () { - var htmlStr = $(this).val(); - $("#id_recipients").val(htmlStr); - }); - } $('#send_button').click(function() { -- 2.39.5