Move text definitions to somewhere more authoratitive

This commit is contained in:
2020-05-28 23:02:07 +01:00
parent 4cfd83eeb3
commit d3b3d1c9d7
9 changed files with 131 additions and 111 deletions

View File

@@ -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">