mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Change organisations to email branding
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Set branding and organisation
|
||||
Set email branding
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="column-three-quarters">
|
||||
<form method="post">
|
||||
{{ radios(form.branding_type) }}
|
||||
{{ branding_radios(form.organisation, branding_dict=branding_dict) }}
|
||||
{{ branding_radios(form.branding_style, branding_dict=branding_dict) }}
|
||||
{{ page_footer(
|
||||
'Save',
|
||||
back_link=url_for('.service_settings', service_id=current_service.id),
|
||||
Reference in New Issue
Block a user