Update helper text

This commit is contained in:
zandercymatics 2024-04-23 09:15:30 -06:00
parent fc05542da3
commit 0e096d3659
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -65,6 +65,13 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
{% endwith %}
{% endblock field_readonly %}
{% block help_text %}
<div class="help margin-bottom-1" {% if field.field.id_for_label %} id="{{ field.field.id_for_label }}_helptext"{% endif %}>
<div>{{ field.field.help_text|safe }}</div>
</div>
{% endblock help_text %}
{% block after_help_text %}
{% if field.field.name == "creator" %}
<div class="flex-container tablet:margin-top-1">