fixed broken tabulator on default theme

This commit is contained in:
vabene1111 2020-02-16 23:59:16 +01:00
parent a1160c310c
commit ad9944dd01

View File

@ -37,4 +37,4 @@ def tabulator_theme_url(request):
else:
raise AttributeError
except AttributeError:
return static('themes/bootstrap.min.css')
return static('tabulator/tabulator_bootstrap4.min.css')