summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--packages/views.py2
2 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index b9c4946..608d847 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,4 @@
TODO:
- refactor stats by templates in dashboard, maybe a templatetag
- - move some of the custom widgets and fields to their own module
- - Look at every file and see if its still needed
- - eg: calendar css and js
diff --git a/packages/views.py b/packages/views.py
index 63169c6..e986409 100644
--- a/packages/views.py
+++ b/packages/views.py
@@ -41,8 +41,6 @@ def details(request, name='', repo='', arch=''):
return HttpResponseRedirect("/packages/?arch=%s&repo=%s&q=%s" % (
arch.lower(), repo.title(), name))
-
-
class PackageSearchForm(forms.Form):
repo = forms.ChoiceField(required=False)
arch = forms.ChoiceField(required=False)