This commit is contained in:
NikDizell 2026-04-24 15:25:28 +03:00
parent 59c09011ea
commit f72eb0246a

View File

@ -99,7 +99,7 @@ class AboutPageView(BasePageView, BreadcrumbMixin):
template_name = 'programmer/about.html'
def get_breadcrumbs(self):
return [{'title': 'Обо нас', 'url_name': None}]
return [{'title': 'О нас', 'url_name': None}]
def get_context_data(self, **kwargs: Any) -> Dict[str, Any]:
context = super().get_context_data(**kwargs)