We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222d5c6 commit 0322e92Copy full SHA for 0322e92
flash_update/tasks.py
@@ -56,7 +56,7 @@ def send_flash_update_email(flash_update_id):
56
).values_list('email', flat=True)
57
if users_emails:
58
send_notification(
59
- f'Flash Update :{instance.title}',
+ f'Flash Update: {instance.title}',
60
users_emails,
61
render_to_string('email/flash_update/flash_update.html', email_context),
62
'Flash Update'
0 commit comments