Working book shop.
[prawokultury.git] / shop / widgets.py
diff --git a/shop/widgets.py b/shop/widgets.py
new file mode 100755 (executable)
index 0000000..5690be3
--- /dev/null
@@ -0,0 +1,4 @@
+from django.forms.widgets import TextInput
+
+class NumberInput(TextInput):
+    input_type = 'number'