mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-24 01:11:15 -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="message-name">
|
||||
<a href="{{ url_for('.update_email_branding', branding_id=brand.id) }}">
|
||||
{{ brand.name }}
|
||||
{{ brand.name or 'Unnamed' }}
|
||||
</a>
|
||||
</div>
|
||||
{% if brand.domain_owner %}
|
||||
|
||||
Reference in New Issue
Block a user