cas_server.templatetags.cas_server module¶
template tags for the app
- check if a form bound field is a checkbox
Parameters: field (django.forms.BoundField) – A bound field Returns: Trueif the field is a checkbox,Falseotherwise.Return type: bool
- check if a form bound field is hidden
Parameters: field (django.forms.BoundField) – A bound field Returns: Trueif the field is hidden,Falseotherwise.Return type: bool