Фикс #7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user