Neutralize some assumptions
This commit is contained in:
parent
5ea9d3a444
commit
37ea8a8a75
7 changed files with 11 additions and 31 deletions
|
@ -37,6 +37,11 @@ class AddItemForm(ModelForm):
|
|||
widget=forms.widgets.TextInput(attrs={'size': 35})
|
||||
)
|
||||
|
||||
# note = forms.CharField(
|
||||
# widget=forms.TextArea(attrs={'size': 35})
|
||||
# )
|
||||
note = forms.CharField(widget=forms.Textarea())
|
||||
|
||||
class Meta:
|
||||
model = Item
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue