add todo to views

This commit is contained in:
Rushil Umaretiya 2023-11-17 20:27:07 -05:00
parent 6dab371176
commit 22fabf32a5
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.sass-cache
# project specific
serve

View File

@ -17,6 +17,7 @@ def create(request):
if form.is_valid():
patient = form.save()
# TODO catch errors on send_mail
send_mail(
"Fill out your patient intake form!",
f"Thank you for your interest in the Shrivatsa Center. Here is the link to your personalized intake form: http://localhost:8000/portal/intake?id={patient.uuid}",