Skip to content

Commit

Permalink
Fix Markup Widget bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika Ray committed Nov 10, 2015
1 parent 3c5867c commit 54e45ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self, viz):
'step-before', 'step-after']),
default='linear',
description="Line interpolation as defined by d3.js"),
'code': TextAreaField("Code", description="Put your code here"),
'code': TextAreaField("Code", description="Put your code here", default=''),
'size_from': TextField(
"Font Size From",
default="20",
Expand Down

0 comments on commit 54e45ba

Please sign in to comment.