Updates: celery-3.1, getpaid-1.6, taggit-0.12.
[prawokultury.git] / shop / widgets.py
1 from django.forms.widgets import TextInput
2
3 class NumberInput(TextInput):
4     input_type = 'number'