bornhack-website/src/shop/forms.py
2018-03-04 16:00:30 +01:00

7 lines
107 B
Python

from django import forms
class AddToOrderForm(forms.Form):
quantity = forms.IntegerField(initial=1)