diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-02 00:56:54 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-02 00:56:54 +0200 |
commit | bd2344b0b5ac150602508a91000ff6a1448ede9a (patch) | |
tree | 274325df9fa3e054df39671696ad735f1d1bc6f0 /todolists | |
parent | 94740a101678944e44f4b29d9805e85c3cf50d45 (diff) | |
download | archweb-bd2344b0b5ac150602508a91000ff6a1448ede9a.tar.gz archweb-bd2344b0b5ac150602508a91000ff6a1448ede9a.tar.xz |
missing import
Diffstat (limited to 'todolists')
-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 e06478a..04cf9e7 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 |