diff --git a/docs/extending/custom_tasks.rst b/docs/extending/custom_tasks.rst index 2e0808beac..ee7708544e 100644 --- a/docs/extending/custom_tasks.rst +++ b/docs/extending/custom_tasks.rst @@ -1,6 +1,6 @@ -========================= -How to add new Task types -========================= +===================== +Adding new Task types +===================== The Workflow system allows users to create tasks, which represent stages of moderation. diff --git a/docs/extending/customising_group_views.rst b/docs/extending/customising_group_views.rst index 99173f6d75..bb147e0476 100644 --- a/docs/extending/customising_group_views.rst +++ b/docs/extending/customising_group_views.rst @@ -1,7 +1,7 @@ .. _customising_group_views: -How to customise group edit/create views -======================================== +Customising group edit/create views +=================================== The views for managing groups within the app are collected into a 'viewset' class, which acts as a single point of reference for all shared components of those views, such as forms. By subclassing the viewset, it is possible to override those components and customise the behaviour of the group management interface.