0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Remove 'How to...' from page titles for consistency

These were previously added at Daniele Procida's recommendation so that 'how to' pages could easily be identified in a future reorganisation that splits them out from other modes of documentation. Since 'Extending Wagtail' as a whole is expressly a 'how to' section, this is no longer required.
This commit is contained in:
Matt Westcott 2021-07-23 17:43:22 +01:00 committed by Matt Westcott
parent 4e2685f47d
commit ee8af13adf
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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.