~dylanmccall/harvest/gsoc-client-stuff

« back to all changes in this revision

Viewing changes to harvest/opportunities/filters.py

  • Committer: Dylan McCall
  • Date: 2010-07-05 17:18:01 UTC
  • Revision ID: dylanmccall@gmail.com-20100705171801-d7gv6xfv6vn2k50b
Slightly more useful default filter selections, given that opp:featured is empty.
Small css fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
            ],
50
50
            default_parameters = { 'pkg' : 'set',
51
51
                                   'pkg:set' : 'ubuntu-desktop',
52
 
                                   'opp' : 'featured' }
 
52
                                   'opp' : 'list',
 
53
                                   'opp:list' : 'bitesize' }
53
54
            #TODO: change to no defaults, detect that case in view and templates and provide helpful instructions in the results pane.
54
55
        )
55
56