This commit is contained in:
zandercymatics 2024-02-07 10:54:22 -07:00
parent f53df4f150
commit c9957bcd2c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 3 deletions

View file

@ -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: