Skip to content

Commit

Permalink
Actually use the HeaderSetClass option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Meza committed Nov 3, 2014
1 parent 06beb13 commit df0cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betterforms/changelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def get_results(self):

def __init__(self, *args, **kwargs):
super(SortFormBase, self).__init__(*args, **kwargs)
self.headers = HeaderSet(self, self.HEADERS)
self.headers = self.HeaderSetClass(self, self.HEADERS)

def clean_sorts(self):
cleaned_data = self.cleaned_data
Expand Down

0 comments on commit df0cd96

Please sign in to comment.