tuskar-ui/tuskar_ui/forms.py
Tzu-Mainn Chen 1cbcf7b35b Fixed tests
These failures were caused by the new plugin
architecture.

Change-Id: I6bc20100f9a46b9a68e2fb88799231a3e46b4eb6
2013-08-13 14:54:36 -04:00

6 lines
99 B
Python

from django.forms import widgets
class NumberInput(widgets.TextInput):
input_type = 'number'