mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Hotfix
This commit is contained in:
parent
f53df4f150
commit
c9957bcd2c
2 changed files with 3 additions and 3 deletions
|
@ -1136,7 +1136,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
"_get_status": self.do_get_status,
|
||||
"_extend_expiration_date": self.do_extend_expiration_date,
|
||||
}
|
||||
print(f"this is the response! {request.POST}")
|
||||
|
||||
# Check which action button was pressed and call the corresponding function
|
||||
for action, function in ACTION_FUNCTIONS.items():
|
||||
if action in request.POST:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue