Compare commits
2 Commits
4ac7705f71
...
9982c682c3
| Author | SHA1 | Date | |
|---|---|---|---|
| 9982c682c3 | |||
|
|
f72eb0246a |
@ -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