diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:56:54 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:56:54 -0400 |
commit | bd2344b0b5ac150602508a91000ff6a1448ede9a (patch) | |
tree | 274325df9fa3e054df39671696ad735f1d1bc6f0 | |
parent | 94740a101678944e44f4b29d9805e85c3cf50d45 (diff) |
missing import
-rw-r--r-- | todolists/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todolists/views.py b/todolists/views.py index e06478ad..04cf9e77 100644 --- a/todolists/views.py +++ b/todolists/views.py @@ -1,6 +1,7 @@ import django.newforms as forms from django.http import HttpResponse, HttpResponseRedirect +from django.core.mail import send_mail from django.template import RequestContext from django.shortcuts import get_object_or_404 from django.contrib.auth.decorators import permission_required |