X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/91117520dbe0336cd5acc91c6d8e23d81141f9df..c66b8465f48325fe5fdc0fcf600f97dcc7bb7a26:/shop/widgets.py diff --git a/shop/widgets.py b/shop/widgets.py new file mode 100755 index 0000000..5690be3 --- /dev/null +++ b/shop/widgets.py @@ -0,0 +1,4 @@ +from django.forms.widgets import TextInput + +class NumberInput(TextInput): + input_type = 'number'