From 8816b06c66cc0331211e6e8a8d0aeecc61eeb08d Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Wed, 7 Jun 2023 14:43:58 -0400 Subject: [PATCH] Add org name address page to sidebar --- src/registrar/templates/domain_sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_sidebar.html b/src/registrar/templates/domain_sidebar.html index 5b0457e55..1e4cd1882 100644 --- a/src/registrar/templates/domain_sidebar.html +++ b/src/registrar/templates/domain_sidebar.html @@ -22,7 +22,7 @@
  • - {% url 'todo' as url %} + {% url 'domain-org-name-address' pk=domain.id as url %}