NarWeb: Province place-type is not displayed

This commit is contained in:
SNoiraud 2020-07-08 08:26:35 +02:00 committed by Paul Culley
parent b57061d7c9
commit 62d5a136a4

View File

@ -2543,6 +2543,7 @@ class BasePage: # pylint: disable=C1001
(self._("State/ Province"),
mlocation.get(PlaceType.STATE, '')),
(self._("Postal Code"), place.get_code()),
(self._("Province"), mlocation.get(PlaceType.PROVINCE, '')),
(self._("Country"), mlocation.get(PlaceType.COUNTRY, ''))]:
if data:
trow = Html("tr") + (