fixed broken tabulator on default theme
This commit is contained in:
@ -37,4 +37,4 @@ def tabulator_theme_url(request):
|
|||||||
else:
|
else:
|
||||||
raise AttributeError
|
raise AttributeError
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return static('themes/bootstrap.min.css')
|
return static('tabulator/tabulator_bootstrap4.min.css')
|
||||||
|
Reference in New Issue
Block a user