mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
add pr suggestion for spacing
This commit is contained in:
parent
58730501a0
commit
ed653e4562
1 changed files with 3 additions and 3 deletions
|
@ -145,10 +145,10 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
||||||
|
|
||||||
{% block field_other %}
|
{% block field_other %}
|
||||||
{% if field.field.name == "action_needed_reason_email" %}
|
{% if field.field.name == "action_needed_reason_email" %}
|
||||||
{{ field.field }}
|
{{ field.field }}
|
||||||
<p id="no-email-message" class="{% if original_object.action_needed_reason %}display-none{% endif %}">No email will be sent.</p>
|
<p id="no-email-message" class="{% if original_object.action_needed_reason %}display-none{% endif %}">No email will be sent.</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ field.field }}
|
{{ field.field }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock field_other %}
|
{% endblock field_other %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue