mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
remove broadcast-related code
This commit is contained in:
@@ -447,12 +447,6 @@ def message_count_noun(count, template_type):
|
||||
else:
|
||||
return 'letters'
|
||||
|
||||
elif template_type == 'broadcast':
|
||||
if count == 1:
|
||||
return 'broadcast'
|
||||
else:
|
||||
return 'broadcasts'
|
||||
|
||||
|
||||
def message_count(count, template_type):
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user