[snowy] Remove SearchForm input, should have been in last patch



commit d9924929ecc006bec2f1ad6518dc6c89dbdfaca1
Author: Leon Handreke <leon handreke gmail com>
Date:   Thu Jun 10 09:33:06 2010 -0700

    Remove SearchForm input, should have been in last patch

 notes/views.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/notes/views.py b/notes/views.py
index cce46f2..85ffebf 100644
--- a/notes/views.py
+++ b/notes/views.py
@@ -25,7 +25,6 @@ from django.template import RequestContext
 from django.db.models import Q
 
 from snowy.notes.templates import CONTENT_TEMPLATES, DEFAULT_CONTENT_TEMPLATE
-from snowy.notes.forms import SearchForm
 from snowy.notes.models import *
 from snowy import settings
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]