From 0ba5cb0de01308b26bcb540caab9e9e0269f4ef9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 12 Jan 2013 16:20:57 +0100 Subject: [PATCH] adjusted tutorial to typo fix in apptemplate_advanced --- developer_manual/tutorial.rst | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) 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