Skip to content

Instantly share code, notes, and snippets.

@pauladam
Created April 19, 2010 00:13
Show Gist options
  • Save pauladam/370639 to your computer and use it in GitHub Desktop.
Save pauladam/370639 to your computer and use it in GitHub Desktop.
from django import forms
class SomeForm(forms.Form):
visible = forms.DecimalField(label="Amount")
hidden = forms.IntegerField(widget=forms.HiddenInput)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment