mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Merge pull request #671 from cisagov/nmb/overview-authorizing-official
Fix authorizing official link on domain overview
This commit is contained in:
commit
02bb81216d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
{% url 'todo' as url %}
|
||||
{% include "includes/summary_item.html" with title='Organization name and mailing address' value=domain.domain_info address='true' edit_link=url %}
|
||||
|
||||
{% url 'todo' as url %}
|
||||
{% url 'domain-authorizing-official' pk=domain.id as url %}
|
||||
{% include "includes/summary_item.html" with title='Authorizing official' value=domain.domain_info.authorizing_official contact='true' edit_link=url %}
|
||||
|
||||
{% url 'domain-your-contact-information' pk=domain.id as url %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue