NarWeb: Province place-type is not displayed
This commit is contained in:
parent
b57061d7c9
commit
62d5a136a4
@ -2543,6 +2543,7 @@ class BasePage: # pylint: disable=C1001
|
|||||||
(self._("State/ Province"),
|
(self._("State/ Province"),
|
||||||
mlocation.get(PlaceType.STATE, '')),
|
mlocation.get(PlaceType.STATE, '')),
|
||||||
(self._("Postal Code"), place.get_code()),
|
(self._("Postal Code"), place.get_code()),
|
||||||
|
(self._("Province"), mlocation.get(PlaceType.PROVINCE, '')),
|
||||||
(self._("Country"), mlocation.get(PlaceType.COUNTRY, ''))]:
|
(self._("Country"), mlocation.get(PlaceType.COUNTRY, ''))]:
|
||||||
if data:
|
if data:
|
||||||
trow = Html("tr") + (
|
trow = Html("tr") + (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user