summaryrefslogtreecommitdiff
path: root/tuskar_ui/forms.py
blob: d0091010ec6e772aced53cbbd9a8eb07c760dc98 (plain)
1
2
3
4
5
6
from django.forms import widgets


class NumberInput(widgets.TextInput):
    input_type = 'number'