view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks

This commit is contained in:
shantisuresh01 2016-11-30 16:32:22 -05:00
parent 9bbc09dba8
commit 10df9f2cdf
7 changed files with 17 additions and 14 deletions

View file

@ -14,7 +14,7 @@ from django.template.loader import render_to_string
from django.views.decorators.csrf import csrf_exempt
from django.contrib.sites.models import Site
from todo import settings
from todo import settings
from todo.forms import AddListForm, AddItemForm, EditItemForm, AddExternalItemForm, SearchForm
from todo.models import Item, List, Comment
from todo.utils import mark_done, undo_completed_task, del_tasks, send_notify_mail