mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 00:28:25 -04:00
Make sure brands with no name can still be clicked
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<div class="email-brand">
|
<div class="email-brand">
|
||||||
<div class="message-name">
|
<div class="message-name">
|
||||||
<a href="{{ url_for('.update_email_branding', branding_id=brand.id) }}">
|
<a href="{{ url_for('.update_email_branding', branding_id=brand.id) }}">
|
||||||
{{ brand.name }}
|
{{ brand.name or 'Unnamed' }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% if brand.domain_owner %}
|
{% if brand.domain_owner %}
|
||||||
|
|||||||
Reference in New Issue
Block a user