Skip to content

Commit

Permalink
URL corrections for Django Admin howto. (#2972)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhg-ohiggins authored Dec 11, 2023
1 parent 520ae55 commit 03c5997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/django-admin-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You must have `superuser` access to do this.
You must have `staff` or `superuser` access to do this.

1. Get the `report_id` of the submission or the email address in question.
2. Go to [https://fac-dev.app.cloud.gov/admin/audit/access/](https://fac-dev.app.cloud.gov/admin/audit/access/).
2. Go to [https://app.fac.gov/admin/audit/access/](https://app.fac.gov/admin/audit/access/).
3. Enter the `report_id` or email address into the search field at the top of the page and hit enter.
4. You should now see only the list of `Access` entries associated with that `report_id` or email address.
5. The roles and email addresses are displayed here and are usually all that’s required.
Expand All @@ -37,7 +37,7 @@ You must have `staff` or `superuser` access to do this.
You must have `staff` or `superuser` access to do this.

1. Get the `report_id` or UEI in question.
2. Go to [https://fac-dev.app.cloud.gov/admin/audit/singleauditchecklist/](https://fac-dev.app.cloud.gov/admin/audit/singleauditchecklist/).
2. Go to [https://app.fac.gov/admin/audit/singleauditchecklist/](https://app.fac.gov/admin/audit/singleauditchecklist/).
3. Enter the `report_id` or UEI into the search field at the top of the page and hit enter.
4. You should now see only the list of `SingleAuditChecklist` entries associated with that `report_id` or UEI.
5. To see more information about a particular `SingleAuditChecklist`, click the number in the **ID** column.

0 comments on commit 03c5997

Please sign in to comment.