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

Do not hover table when not clickable

This commit is contained in:
Alexandre Iooss
2020-08-10 18:01:39 +02:00
parent c612e159cf
commit 747a878cca
2 changed files with 4 additions and 6 deletions

View File

@ -128,7 +128,7 @@ class MembershipTable(tables.Table):
class Meta:
attrs = {
'class': 'table table-condensed table-striped table-hover',
'class': 'table table-condensed table-striped',
'style': 'table-layout: fixed;'
}
template_name = 'django_tables2/bootstrap4.html'