From 2b263b054c046aa20125f460d636460705a71daf Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 31 Aug 2021 16:27:02 -0700 Subject: [PATCH] Fixes #7106: Fix incorrect "Map It" button URL on a site's Physical Address field --- docs/release-notes/version-3.0.md | 1 + netbox/templates/dcim/site.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 939a58266..45fc473ba 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -19,6 +19,7 @@ * [#7093](https://github.com/netbox-community/netbox/issues/7093) - Multi-select custom field filters should employ exact match * [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration * [#7101](https://github.com/netbox-community/netbox/issues/7101) - Enforce `MAX_PAGE_SIZE` for table and REST API pagination +* [#7106](https://github.com/netbox-community/netbox/issues/7106) - Fix incorrect "Map It" button URL on a site's Physical Address field --- diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 17628cbde..8a348c308 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -109,8 +109,8 @@ {% if object.physical_address %}
- - Map it + + Map It
{{ object.physical_address|linebreaksbr }} @@ -129,7 +129,7 @@ {% if object.latitude and object.longitude %}
- Map it + Map It
{{ object.latitude }}, {{ object.longitude }}