From: Raphaël Barrois Date: Fri, 16 Nov 2012 21:56:58 +0000 (+0100) Subject: Fix auto-save for email composition form. X-Git-Tag: xorg/1.1.7~26^2~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=30e7b416ead395ec38b9b0b20da59a2334e9178a;p=platal.git Fix auto-save for email composition form. Signed-off-by: Raphaël Barrois --- diff --git a/templates/emails/send.tpl b/templates/emails/send.tpl index 1524824..a4e519c 100644 --- a/templates/emails/send.tpl +++ b/templates/emails/send.tpl @@ -67,7 +67,7 @@ } $.xpost("emails/send", { save: true, - token: '{xsrf_token}', + token: {/literal}'{xsrf_token}'{literal}, from: form.from.value, to_contacts: toc, cc_contacts: ccc,