1cbcf7b35b
These failures were caused by the new plugin architecture. Change-Id: I6bc20100f9a46b9a68e2fb88799231a3e46b4eb6
6 lines
99 B
Python
6 lines
99 B
Python
from django.forms import widgets
|
|
|
|
|
|
class NumberInput(widgets.TextInput):
|
|
input_type = 'number'
|