Changeset 680

Show
Ignore:
Timestamp:
11/08/10 11:08:46 (3 years ago)
Author:
rafael.soares
Message:

added filter by category in questions, close #207

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opentrials/assistance/admin.py

    r632 r680  
    3636    list_display = ('title','short_text', 
    3737                    'translation_completed', 'missing_translations') 
     38    list_filter = ('category', ) 
    3839    actions = [export_json] 
    3940