Skip to content

Commit

Permalink
feat: set theme for crispy and tables2
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Sep 25, 2023
1 parent 6d08d72 commit 4afa77f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@
"Place": {},
"Work": {},
}

CRISPY_TEMPLATE_PACK = "bootstrap4"
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap4.html"

0 comments on commit 4afa77f

Please sign in to comment.