Skip to content

Commit 0322e92

Browse files
Update flash_update/tasks.py
Co-authored-by: Navin Ayer <[email protected]>
1 parent 222d5c6 commit 0322e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash_update/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def send_flash_update_email(flash_update_id):
5656
).values_list('email', flat=True)
5757
if users_emails:
5858
send_notification(
59-
f'Flash Update :{instance.title}',
59+
f'Flash Update: {instance.title}',
6060
users_emails,
6161
render_to_string('email/flash_update/flash_update.html', email_context),
6262
'Flash Update'

0 commit comments

Comments
 (0)