Remove errant permission note

This commit is contained in:
Scot Hacker 2018-02-11 00:44:16 -08:00
parent 3d93e176e8
commit 1c2a247f83

View file

@ -198,8 +198,6 @@ def task_detail(request, task_id):
thedate = task.due_date
else:
thedate = datetime.datetime.now()
else:
messages.info(request, "You do not have permission to view/edit this task.")
return render(request, 'todo/task_detail.html', locals())