diff options
author | lxf <sng@luxagraf.net> | 2021-10-30 09:42:17 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-30 09:42:17 -0400 |
commit | 0ba68fc83b1651cf5f2d190476be1eb955f24e24 (patch) | |
tree | 42bcb0a2ec9ceadea9cd714b401a84023a910b85 /app/lttr/views.py | |
parent | 203479c9b9f69450a913652f9e4874b551d56778 (diff) |
lttr: added notification email for newsletter sign ups
Diffstat (limited to 'app/lttr/views.py')
-rw-r--r-- | app/lttr/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/lttr/views.py b/app/lttr/views.py index c6b0434..0d96b2f 100644 --- a/app/lttr/views.py +++ b/app/lttr/views.py @@ -123,4 +123,3 @@ class PostcardSubscribeView(CreateView): def get_success_url(self): return reverse_lazy('lttr:postcard_thanks') - |