File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+ - Flash update notification
9+ - Real_data_update date comparison to appeal endpoint
10+ - Rich Text Editor enhancements
11+ - Adding Notes to AppealFilter
12+ - Fixing flash update PDF
13+ - Logging frontend login attempts
14+ - Search output enhanced with visibility
15+ - Contacts to FR notification
816
917## 1.1.442
1018
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def share_flash_update(flash_update_share_id):
3535
3636 users_emails = set ([* donors_emails , * donor_groups_emails ])
3737 send_notification (
38- f'Flash Update : { flash_update .title } ' ,
38+ f'Flash Update: { flash_update .title } ' ,
3939 users_emails ,
4040 render_to_string ('email/flash_update/donor_email.html' , email_context ),
4141 'Flash Update' ,
You can’t perform that action at this time.
0 commit comments