mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
CSS tweaks to the button layout in django admin (object-tools)
This commit is contained in:
parent
1cb0127dfb
commit
ee49290e98
5 changed files with 59 additions and 12 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue