mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-02 05:12:16 +00:00
Move text definitions to somewhere more authoratitive
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% load help_text from filters %}
|
||||
<label for="{{ formitem.id_for_label }}"
|
||||
class="col-sm-8 control-label">{{label}}{% if note %}<br><small>{{note}}</small>{%endif%}</label>
|
||||
class="col-sm-8 control-label">{{ object|help_text:formitem.name|safe }}</label>
|
||||
<div class="col-4 pb-3">
|
||||
{% for radio in formitem %}
|
||||
<div class="custom-control custom-radio">
|
||||
|
||||
Reference in New Issue
Block a user