mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Grey out None when email reply to not set
This is consistent with how we differentiate other ‘unset’ values on the settings page.
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Email reply to address') }}
|
||||
{% call field() %}
|
||||
{% call field(status='default' if default_reply_to_email_address == "None" else '') %}
|
||||
|
||||
{{ default_reply_to_email_address }}
|
||||
{% if reply_to_email_address_count > 1 %}
|
||||
<div class="hint">
|
||||
|
||||
Reference in New Issue
Block a user