Fixed headings

This commit is contained in:
Karl Hobley 2015-06-19 10:12:39 +01:00 committed by Matt Westcott
parent f72b8302f9
commit 85414a8b54
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
.. _editing-api:
Available panel types
~~~~~~~~~~~~~~~~~~~~~
=====================
.. module:: wagtail.wagtailadmin.edit_handers

View file

@ -15,7 +15,7 @@ As all page types are Django models, you can use any field type that Django prov
An example Wagtail Page Model
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=============================
This example represents a typical blog post:
@ -109,10 +109,10 @@ Let's look at an example of a panel definition:
After the :class:`~wagtail.wagtailcore.models.Page`-derived class definition, just add lists of panel definitions to order and organise the Wagtail page editing interface for your model.
Tips
~~~~
====
Friendly model names
--------------------
~~~~~~~~~~~~~~~~~~~~
Make your model names more friendly to users of Wagtail using Django's internal ``Meta`` class with a ``verbose_name`` e.g