From f7997a1ea085814e288bfc712133df181ee75783 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Thu, 21 Mar 2013 12:44:46 -0400 Subject: [PATCH] add TODO comment for NoteForm in view handling of invalid forms --- karmaworld/apps/notes/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/karmaworld/apps/notes/views.py b/karmaworld/apps/notes/views.py index 87933a4..50c301a 100644 --- a/karmaworld/apps/notes/views.py +++ b/karmaworld/apps/notes/views.py @@ -24,6 +24,7 @@ class NoteSaveView(FormView, SingleObjectMixin): behaves the same as NoteDetailView, except for saving the NoteForm ModelForm """ + # TODO: implement def form_invalid for returning a form with input and error form_class = NoteForm model = Note template_name = 'notes/note_detail.html' -- 2.25.1