CSS tweaks to the button layout in django admin (object-tools)

This commit is contained in:
Rachid Mrad 2023-10-31 13:02:34 -04:00
parent 1cb0127dfb
commit ee49290e98
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
5 changed files with 59 additions and 12 deletions

View file

@ -778,6 +778,8 @@ class DomainAdmin(ListHeaderAdmin):
urlpatterns = super().get_urls()
#Used to extrapolate a path name, for instance
# name="{app_label}_{model_name}_export_data_type"
info = self.model._meta.app_label, self.model._meta.model_name
my_url = [