form_field¶
Functions
- intranet.apps.templatetags.form_field.field_(self, name)[source]¶
From https://github.com/halfnibble/django-underscore-filters
Get a form field starting with _. Taken near directly from Django > forms. Returns a BoundField with the given name.