#9665 review changes

This commit is contained in:
Arthur
2022-09-01 11:15:23 -07:00
parent e627e42395
commit e49cdd34ba
2 changed files with 2 additions and 1 deletions

View File

@@ -622,6 +622,7 @@ class RackElevationListView(generic.ObjectListView):
'page': page,
'total_count': total_count,
'sort': sort,
'sort_display_name': ORDERING_CHOICES[sort],
'sort_choices': ORDERING_CHOICES,
'rack_face': rack_face,
'filter_form': forms.RackElevationFilterForm(request.GET),