diff --git a/developer_manual/tutorial.rst b/developer_manual/tutorial.rst index b4fb41266..b3ddf7f19 100644 --- a/developer_manual/tutorial.rst +++ b/developer_manual/tutorial.rst @@ -326,7 +326,7 @@ Because TemplateResponse and JSONResponse is so common, the controller provides `_ token. Turn this off when you render a normal page and not an Ajax Request +* **@CSRFExemption**: This checks for the `CSRF `_ token. Turn this off when you render a normal page and not an Ajax Request -* **@IsAdminExcemption**: Checks if the user is an admin +* **@IsAdminExemption**: Checks if the user is an admin -* **@AppEnabledExcemption**: Checks if the app is enabled +* **@AppEnabledExemption**: Checks if the app is enabled -* **@IsLoggedInExcemption**: Checks if the user is logged in +* **@IsLoggedInExemption**: Checks if the user is logged in -* **@IsSubAdminExcemption**: Checks if the user is in the sub admin group +* **@IsSubAdminExemption**: Checks if the user is in the sub admin group * **@Ajax**: Use this for Ajax Requests. It prevents the unneeded rendering of the apps navigation