From 4289679cb23f3a6beb5feceb3f60642b948a30d5 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 17 Jan 2013 16:05:01 +0100 Subject: [PATCH] fix string --- teleforma/templates/teleforma/answer_form.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %} -- 2.39.5