소스 검색

Merge branch 'visitors'

Denis V. Dedkov 11 년 전
부모
커밋
78d8e46fc8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      asuzr/tables.py

+ 1 - 0
asuzr/tables.py

@@ -140,4 +140,5 @@ class VisitTable(tables.Table):
 
   class Meta:
     attrs = {'class': 'paleblue'}
+    orderable = False
     template = 'asuzr/weekend_table.html'