From: yomguy Date: Thu, 17 Jan 2013 15:05:01 +0000 (+0100) Subject: fix string X-Git-Tag: 0.9-probarreau~126 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4289679cb23f3a6beb5feceb3f60642b948a30d5;p=teleforma.git fix string --- diff --git a/teleforma/templates/teleforma/answer_form.html b/teleforma/templates/teleforma/answer_form.html index 821cf3f5..b5aae31b 100644 --- a/teleforma/templates/teleforma/answer_form.html +++ b/teleforma/templates/teleforma/answer_form.html @@ -43,15 +43,13 @@ $(document).ready(function(){ {% if status != 3 %} $(window).bind('beforeunload', function(){ - return '{% trans "You have NOT save your work!" %}'; + return "{% trans "You have NOT save your work!" %}"; }); {% endif %} $('#seminars').css({'max-height': '200px'}); }); - - {% endblock extra_javascript %}