minor fixes
This commit is contained in:
parent
3bda5576dd
commit
7a7cc2bfef
2 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import django_tables2 as tables
|
||||
from .models import Club
|
||||
|
||||
|
||||
class ClubTable(tables.Table):
|
||||
class Meta:
|
||||
attrs = {'class':'table table-bordered table-condensed table-striped table-hover'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue