tuskar-ui/tuskar_ui/forms.py
Tomas Sedovic dbfa71f490 Reorganise the tuskar files
The dashboards/infrastructure were moved to tuskar_ui, so were the
Tuskar API helpers. Non-tuskar files were removed.

The Infrastructure dashboard will become a Django Application available
in the tuskar_ui package.

Change-Id: I49c5d46cc16696c4c719ee2c6d65c42b03183ba9
Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
2013-08-13 14:36:48 +02:00

7 lines
100 B
Python

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