0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00

Update creating_pages.rst

This commit is contained in:
Dave Cranwell 2014-09-01 16:34:32 +01:00
parent 98fd81e910
commit 84aa8a1887

View File

@ -183,6 +183,7 @@ Then for each model as necessary, add a description attribute to the model ``Met
.. code-block:: python
class HomePage(Page):
...