Browse Source

Merge branch 'visitors'

Denis V. Dedkov 10 năm trước cách đây
mục cha
commit
78d8e46fc8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'