mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
code formatting for readability
This commit is contained in:
parent
f5408c4206
commit
1fd23ba786
10 changed files with 127 additions and 137 deletions
|
@ -195,8 +195,8 @@ urlpatterns = [
|
|||
views.DomainDeleteUserView.as_view(http_method_names=["post"]),
|
||||
name="domain-user-delete",
|
||||
),
|
||||
path('get-domains-json/', get_domains_json, name='get_domains_json'),
|
||||
path('get-domain-requests-json/', get_domain_requests_json, name='get_domain_requests_json'),
|
||||
path("get-domains-json/", get_domains_json, name="get_domains_json"),
|
||||
path("get-domain-requests-json/", get_domain_requests_json, name="get_domain_requests_json"),
|
||||
]
|
||||
|
||||
# Djangooidc strips out context data from that context, so we define a custom error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue