mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 22:48:26 -04:00
remove email branding
This commit is contained in:
@@ -67,16 +67,6 @@
|
||||
}}
|
||||
{% endcall %}
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Default email branding') }}
|
||||
{{ text_field(current_org.email_branding_name) }}
|
||||
{{ edit_field(
|
||||
'Change',
|
||||
url_for('.edit_organization_email_branding', org_id=current_org.id),
|
||||
suffix='default email branding for the organization'
|
||||
)
|
||||
}}
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Known email domains') }}
|
||||
{{ optional_text_field(current_org.domains or None, default='None') }}
|
||||
|
||||
Reference in New Issue
Block a user