Merge "Make the definition section of the wb/wf create section editable"
This commit is contained in:
commit
7a68194473
@ -94,8 +94,7 @@ class DefinitionForm(forms.SelfHandlingForm):
|
||||
class CreateForm(forms.SelfHandlingForm):
|
||||
definition = forms.CharField(
|
||||
widget=forms.widgets.Textarea(
|
||||
attrs={'readonly': 'readonly',
|
||||
'rows': 12}
|
||||
attrs={'rows': 12}
|
||||
),
|
||||
required=False
|
||||
)
|
||||
|
@ -127,8 +127,7 @@ class DefinitionForm(forms.SelfHandlingForm):
|
||||
class CreateForm(forms.SelfHandlingForm):
|
||||
definition = forms.CharField(
|
||||
widget=forms.widgets.Textarea(
|
||||
attrs={'readonly': 'readonly',
|
||||
'rows': 12}
|
||||
attrs={'rows': 12}
|
||||
),
|
||||
required=False
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user