mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
7 lines
255 B
HTML
7 lines
255 B
HTML
{% load widget_tweaks %}
|
|
{% load help_text from filters %}
|
|
<div class="form-check">
|
|
{% render_field formitem class+="form-check-input" %}
|
|
<label class="form-check-label" for="{{ formitem.id_for_label }}">{{formitem.help_text|safe}}</label>
|
|
</div>
|