Fixing broken urls & missed file re-namings

This commit is contained in:
CocoByte 2024-03-01 11:39:14 -07:00
parent d8fcc9f41a
commit 9121693774
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
6 changed files with 17 additions and 17 deletions

View file

@ -73,7 +73,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
# (this is not seen _in_ urls, only for Django's internal naming)
# NB: this is included here for reference. Do not change it without
# also changing the many places it is hardcoded in the HTML templates
URL_NAMESPACE = "domain_request"
URL_NAMESPACE = "domain-request"
# name for accessing /domain-request/<id>/edit
EDIT_URL_NAME = "edit-domain-request"
NEW_URL_NAME = "/request/"