add pr suggestion for spacing

This commit is contained in:
zandercymatics 2024-07-12 11:11:23 -06:00
parent 58730501a0
commit ed653e4562
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -145,10 +145,10 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
{% block field_other %}
{% if field.field.name == "action_needed_reason_email" %}
{{ field.field }}
<p id="no-email-message" class="{% if original_object.action_needed_reason %}display-none{% endif %}">No email will be sent.</p>
{{ field.field }}
<p id="no-email-message" class="{% if original_object.action_needed_reason %}display-none{% endif %}">No email will be sent.</p>
{% else %}
{{ field.field }}
{{ field.field }}
{% endif %}
{% endblock field_other %}