From 1d3244cc6a84d3b4f75c82cc810d30ce62743c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Fri, 14 Jan 2022 15:35:59 +0100 Subject: [PATCH] Update web verbose names --- district/models.py | 2 +- region/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/district/models.py b/district/models.py index 456d3d71..c8745d9a 100644 --- a/district/models.py +++ b/district/models.py @@ -183,7 +183,7 @@ class DistrictHomePage(MetadataPageMixin, CalendarMixin, Page): ### OTHERS class Meta: - verbose_name = "Web místního sdružení" + verbose_name = "Místní sdružení" def _first_subpage_of_type(self, page_type) -> Page or None: try: diff --git a/region/models.py b/region/models.py index 4a4c23ab..7f4b6351 100644 --- a/region/models.py +++ b/region/models.py @@ -183,7 +183,7 @@ class RegionHomePage(MetadataPageMixin, CalendarMixin, Page): ### OTHERS class Meta: - verbose_name = "Web regionálního sdružení" + verbose_name = "Krajské sdružení" def _first_subpage_of_type(self, page_type) -> Page or None: try: -- GitLab