diff --git a/orders_app/__pycache__/forms.cpython-311.pyc b/orders_app/__pycache__/forms.cpython-311.pyc index d82271c..265521b 100644 Binary files a/orders_app/__pycache__/forms.cpython-311.pyc and b/orders_app/__pycache__/forms.cpython-311.pyc differ diff --git a/orders_app/forms.py b/orders_app/forms.py index 91e41d4..b1b7f47 100644 --- a/orders_app/forms.py +++ b/orders_app/forms.py @@ -160,7 +160,7 @@ class OrderLine(forms.ModelForm): Field('candy_bar_decor'), Field('candy_bar_decor_other'), Field('candy_bar_wrap'), - Field('info'), + Field('info', rows='5', cols='50'), Field('DELETE'), css_class='formset_row-{}'.format(formtag_prefix) ) diff --git a/templates/orders/formset.html b/templates/orders/formset.html index e7445c8..a9fb954 100644 --- a/templates/orders/formset.html +++ b/templates/orders/formset.html @@ -34,8 +34,8 @@