Skip to content

Instantly share code, notes, and snippets.

@lukasklein
Created April 17, 2013 00:46
Show Gist options
  • Save lukasklein/5400888 to your computer and use it in GitHub Desktop.
Save lukasklein/5400888 to your computer and use it in GitHub Desktop.
from django.forms.widgets import Input
class NumberInput(Input):
input_type = 'number'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment