Thibaud Colas преди 2 години
родител
ревизия
f2098d9731
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bakerydemo/blog/models.py

+ 1 - 1
bakerydemo/blog/models.py

@@ -147,7 +147,7 @@ class BlogIndexPage(RoutablePageMixin, Page):
         FieldPanel("image"),
     ]
 
-    # Speficies that only BlogPage objects can live under this index page
+    # Specifies that only BlogPage objects can live under this index page
     subpage_types = ["BlogPage"]
 
     # Defines a method to access the children of the page (e.g. BlogPage