remove # for smarty variable delimiter

This commit is contained in:
Manuel Raynaud
2013-09-10 19:21:56 +02:00
parent 04d517208f
commit a050b0c362
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ Parameters:
{* re-display the form creation dialog if it contains errors *}
{form name="{$form_name}"}
{if #form_error}
{if $form_error}
$('#{$dialog_id}').modal();
{/if}
{/form}