Фикс #7

Merged
nikdizell merged 1 commits from fix_test into main 2026-04-24 15:26:01 +03:00
Showing only changes of commit f72eb0246a - Show all commits

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)