Jason Robbins
4feea61213
Fix links to lighthouse docs ( #2391 )
...
* Fix links to lighthouse docs
* Update goldens
2022-10-25 09:16:46 -07:00
James C Scott III
9e35ea1353
Replace django templates for email with jinja2 templates ( #2276 )
...
* Replace django templates for email with jinja2 templates
This commit converts the email templates from django templates to jinja2
templates.
It also creates a new helper function: flask_compat_get_template_path
This function uses the existing configuration for django templates and
uses it to return a string used to locate the templates for jinja2.
Fixes #2030
* Add rendered test templates for email notifications
* ignore testdata folder for gcloud
2022-09-28 12:44:32 -04:00
Jason Robbins
4530eeafa0
In notifications, display full email addr rather than nickname. ( #2028 )
...
* In notifications, display full email addr rather than nickname.
* Rename vars, and improve tests.
2022-07-15 10:26:01 -07:00
Jason Robbins
7ef2e31f7a
Update edit feature link in email announcement. ( #1986 )
2022-06-30 11:52:19 -07:00
Jason Robbins
d224f557c7
Redirect from www.DOMAIN to bare domain. ( #1635 )
...
* Redirect from www.DOMAIN to bare domain.
* Test that query string is preserved
2021-12-07 14:03:25 -08:00
Jason Robbins
86c938e7c1
Clarify milestones in diff emails. ( #1493 )
...
* Clarify milestones in diff emails.
* added missing file
2021-08-26 10:15:05 -07:00
Jason Robbins
30b33f83c4
Send separate emails to each recipient and add reason footer ( #763 )
...
* Send one email per recipient and add reasons.
* Simpified message content
* fixed a defect
2020-02-21 10:40:24 -08:00
Jason Robbins
23b6185080
Remove date from email body ( #761 )
2020-02-20 11:07:23 -08:00
Jason Robbins
c56e2c5faa
Refactor current email notification code to use django template and add tests ( #758 )
...
* progress
* Added tests
* Have django do the date formatting
2020-02-14 16:16:01 -08:00