pull/9975/head
4the4ryushin 2023-01-25 18:26:25 +05:30 zatwierdzone przez Matt Westcott
rodzic bd3b2b5421
commit 48d3b2938c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -153,7 +153,7 @@ The route name defaults to the name of the view. You can override this name with
```python
from wagtail.models import Page
from wagtail.contrib.routable_page.models import RoutablePageMixin, route
from wagtail.contrib.routable_page.models import RoutablePageMixin, re_path
class EventPage(RoutablePageMixin, Page):