From 2f20dbb70f0c5c82c17a47b9a4ccbc85a4c6ddfc Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Fri, 9 Jun 2023 11:47:59 -0400 Subject: [PATCH] Replace TODO link on domain overview for org name address --- src/registrar/templates/domain_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index ef3484dfc..dd176c862 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -14,7 +14,7 @@ Add DNS name servers {% endif %} - {% url 'todo' as url %} + {% url 'domain-org-name-address' pk=domain.id as url %} {% include "includes/summary_item.html" with title='Organization name and mailing address' value=domain.domain_info address='true' edit_link=url %} {% url 'domain-authorizing-official' pk=domain.id as url %}