Properly format templates

This commit is contained in:
2022-08-09 11:54:44 +01:00
parent ba51922fe9
commit 220a4e2451
9 changed files with 122 additions and 104 deletions

View File

@@ -1,4 +1,5 @@
from django_tables2 import Table, Column
from django_tables2 import Column, Table
class DrilldownTable(Table):
id = Column()