Skip to content

Commit

Permalink
Fix typo filtr_channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Nov 16, 2020
1 parent 0ddcfd5 commit bcc3747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/base/admin/adminmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ class TargetAdmin(RelatedJobsMixin, admin.ModelAdmin):
('ID', {'fields': ('name',)}),
('Targeting', {
'fields': (
'filtr_channel',
'filtr_channels',
'filtr_is_default_browser',
'filtr_needs_update',
'filtr_updates_enabled',
Expand Down

0 comments on commit bcc3747

Please sign in to comment.