Skip to content

Commit

Permalink
fixed some insantiy with calendar mako template.
Browse files Browse the repository at this point in the history
  • Loading branch information
percious committed Aug 21, 2010
1 parent 3240f1f commit bb14627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tw2/forms/templates/calendar.mak
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"inputField": "${w.compound_id}", "showsTime": ${str(w.picker_shows_time).lower()}, \
"ifFormat": "${w.date_format}", "button": "${w.compound_id}_trigger"\
%for k, v in w.setup_options.items():
",${k}": ${isinstance(v, twc.JSSymbol) and (v.src) or '"%s"' % v}\
, ${k}: ${isinstance(v, twc.JSSymbol) and (v.src) or '"%s"' % v}\
%endfor
})</script>
</div>\

0 comments on commit bb14627

Please sign in to comment.