Compare commits
No commits in common. "9982c682c3bfd962b508ebddd6dc0a17d178731a" and "4ac7705f712eb8ab8a525542a91c854b9828bffc" have entirely different histories.
9982c682c3
...
4ac7705f71
@ -99,7 +99,7 @@ class AboutPageView(BasePageView, BreadcrumbMixin):
|
|||||||
template_name = 'programmer/about.html'
|
template_name = 'programmer/about.html'
|
||||||
|
|
||||||
def get_breadcrumbs(self):
|
def get_breadcrumbs(self):
|
||||||
return [{'title': 'О нас', 'url_name': None}]
|
return [{'title': 'Обо нас', 'url_name': None}]
|
||||||
|
|
||||||
def get_context_data(self, **kwargs: Any) -> Dict[str, Any]:
|
def get_context_data(self, **kwargs: Any) -> Dict[str, Any]:
|
||||||
context = super().get_context_data(**kwargs)
|
context = super().get_context_data(**kwargs)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user