update
[prawokultury.git] / shop / widgets.py
1 from django.forms.widgets import TextInput
2
3 class NumberInput(TextInput):
4     input_type = 'number'