view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks
This commit is contained in:
parent
9bbc09dba8
commit
10df9f2cdf
7 changed files with 17 additions and 14 deletions
|
@ -9,6 +9,7 @@ from django.utils.encoding import python_2_unicode_compatible
|
|||
from django.conf import settings
|
||||
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class List(models.Model):
|
||||
name = models.CharField(max_length=60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue