1 2 3 | class NoneWidget(forms.Widget):
def render(self, name, value, attrs=None):
return u''
|
More like this
- SectionedForm by marinho 4 years, 11 months ago
- TemplatedForm by alexkoval 6 years, 2 months ago
- CheckboxMultiSelect with interable checkboxes by pyramids16 6 months, 3 weeks ago
- Add CSS class template filter by lazerscience 2 years, 6 months ago
- Allow disabling options in a select widget by scjody 1 year, 11 months ago
Comments