Fix typo in import in reports documentation

pull/5941/head
jacobtoppm 2020-04-07 11:10:17 +01:00 zatwierdzone przez Matt Westcott
rodzic 1442d7ddf2
commit 2b096419dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ For this example, we'll add a report which shows any pages with unpublished chan
# <project>/views.py
from wagtail.admin.views.report.ReportView
from wagtail.admin.views.reports import ReportView
class UnpublishedChangesReportView(ReportView):