File: fieldset.html

package info (click to toggle)
python-crispy-bootstrap3 2024.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 1,815; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %} 
    {% if fieldset.css_class %}class="{{ fieldset.css_class }}"{% endif %}
    {{ fieldset.flat_attrs }}>
    {% if legend %}<legend>{{ legend }}</legend>{% endif %}
    {{ fields }} 
</fieldset>