Skip to content

Commit

Permalink
tables: use responsive striped/hover template
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Feb 7, 2025
1 parent 7f0dd5b commit d6b416b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@

APIS_ANON_VIEWS_ALLOWED = False
EXPORT_FORMATS = ()
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap5-responsive.html"
DJANGO_TABLES2_TABLE_ATTRS = {
"class": "table table-striped table-hover",
}

0 comments on commit d6b416b

Please sign in to comment.