add question list filter by survey
This commit is contained in:
parent
1108b4701e
commit
428fdfb202
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class QuestionAdmin(admin.ModelAdmin):
|
|||
'offeredanswer__answer_type',
|
||||
'offeredanswer__text',
|
||||
'offeredanswer__sufix',)
|
||||
list_filter = ('question_type', 'requires_answer', )
|
||||
list_filter = ('question_type', 'requires_answer', 'survey' )
|
||||
|
||||
|
||||
class QuestionGroupAdmin(admin.ModelAdmin):
|
||||
|
|
Loading…
Reference in a new issue