mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 11:19:21 -04:00
Play back current branding
We get a few tickets at the moment where people are asking for the branding they already have. We think that playing back the name of the branding on this page should reduce how often that happens.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
back_link=url_for('main.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
|
||||
<p class="form-group">
|
||||
Your emails currently have {{ current_service.email_branding_name }} branding.
|
||||
</p>
|
||||
|
||||
{% call form_wrapper() %}
|
||||
{% if form.something_else_is_only_option %}
|
||||
{{ textbox(
|
||||
|
||||
Reference in New Issue
Block a user