mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 02:12:18 +00:00
Start work on event checklist
This commit is contained in:
6
RIGS/templates/partials/checklist_checkbox.html
Normal file
6
RIGS/templates/partials/checklist_checkbox.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load widget_tweaks %}
|
||||
{% load help_text from filters %}
|
||||
<div class="form-check">
|
||||
{% render_field formitem|attr:'required=true' class+="form-check-input" %}
|
||||
<label class="form-check-label" for="{{ formitem.id_for_label }}">{{formitem.help_text|safe}}</label>
|
||||
</div>
|
||||
Reference in New Issue
Block a user