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.
2 parents d2c54bf + 0d6889e commit aaa0075Copy full SHA for aaa0075
dref/tasks.py
@@ -12,7 +12,7 @@ def send_dref_email(dref_id):
12
users_emails = [t.email for t in instance.users.iterator()]
13
if users_emails:
14
send_notification(
15
- f'Flash Update: {instance.title}',
+ f'New DREF: {instance.title}',
16
users_emails,
17
render_to_string('email/dref/dref.html', email_context),
18
'New DREF'
0 commit comments