mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 11:19:21 -04:00
Remove references to computed service attribute
`prefix_sms` is the real database column, which should be referred to from now on.
This commit is contained in:
@@ -288,7 +288,7 @@ def get_template(
|
||||
return SMSPreviewTemplate(
|
||||
template,
|
||||
prefix=service['name'],
|
||||
sender=not service['prefix_sms_with_service_name'],
|
||||
sender=not service['prefix_sms'],
|
||||
show_recipient=show_recipient,
|
||||
redact_missing_personalisation=redact_missing_personalisation,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user