mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
another go at camel-case correction
This commit is contained in:
parent
19fb8a0c04
commit
a5ecb010b8
2 changed files with 3 additions and 3 deletions
|
@ -486,7 +486,7 @@ class MyUserAdmin(BaseUserAdmin):
|
|||
field_name = request_get.get("field_name", None)
|
||||
|
||||
# Make sure we're only modifying requests from these models.
|
||||
models_to_target = {"DomainRequest"}
|
||||
models_to_target = {"domainrequest"}
|
||||
if model_name in models_to_target:
|
||||
# Define rules per field
|
||||
match field_name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue