1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

minor fixes

This commit is contained in:
Pierre-antoine Comby
2019-08-15 23:12:27 +02:00
parent 3bda5576dd
commit 7a7cc2bfef
2 changed files with 1 additions and 3 deletions

View File

@ -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'}