shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Add missing name="notify" #67

Closed james1293 closed 5 years ago

james1293 commented 5 years ago

The <input> was not marked with name="notify", so the "notify" in request.POST condition was always False.

Please let me know if you have any feedback, thanks!

shacker commented 5 years ago

Thanks! This must have gotten lost during the refactor a bit ago. Let me finish up one thing I'm working on and then will merge this right on. Cheers!

shacker commented 5 years ago

Thanks!