From b3796380bb9e047786fca1d8970608b610cc324e Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 11 Oct 2010 10:59:16 +0200 Subject: [PATCH] Fix edition of pending surveys, Closes #1263 Signed-off-by: Florent Bruneau --- templates/survey/show_root.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/survey/show_root.tpl b/templates/survey/show_root.tpl index 7ce6cf6..ca606fd 100644 --- a/templates/survey/show_root.tpl +++ b/templates/survey/show_root.tpl @@ -91,7 +91,7 @@ {/if}

- {if $survey_editmode && !$survey_updatemode} + {if $smarty.session.survey_validate || ($survey_editmode && !$survey_updatemode)} {icon name=tick} Proposer ce sondage -- 2.1.4