django-unfold
django-unfold copied to clipboard
if model name with dash, the list and edit page's css will be error.
I report an error, if my model name with dash, something like ths_post, the list page and edit page will display with error css, could u test it? Or tell me how to handle it with dash in model.
Would you mind to provide detailed information about this error? How it is possible to replicate it?
hi, if the model name "ranking", the pages display well, as below:
while, the model name is "ths_post", the display will be not tidy, I think its css maybe not works. as below:
I guess it be caused by the model name's underline(sorry, I make mistake with dash and underline).
Please make sure that all your registed admin models are inheriting from unfold.admin.ModelAdmin