From 96ee2832262df8897080593f3c62db8fab4a411c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 28 Nov 2018 00:36:42 -0400 Subject: [PATCH] Documentation: Improve app chapter formatting Signed-off-by: Roberto Rosario --- docs/chapters/app_creation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chapters/app_creation.rst b/docs/chapters/app_creation.rst index 1cc2dd7fe4..9738703141 100644 --- a/docs/chapters/app_creation.rst +++ b/docs/chapters/app_creation.rst @@ -136,8 +136,8 @@ Views The module common.generics provides custom generic class based views to be used. The basic views used to create, edit, view and delete objects in Mayan EDMS -are: SingleObjectCreateView, SingleObjectDetailView, SingleObjectEditView, -and SingleObjectListView +are: ``SingleObjectCreateView``, ``SingleObjectDetailView``, +``SingleObjectEditView``, and ``SingleObjectListView``. These views handle aspects relating to view permissions, object permissions, post action redirection and template context generation.