diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | packages/views.py | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -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 63169c6a..e986409c 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) |