diff options
Diffstat (limited to 'docs/narr/security.rst')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index acc1dff01..a733aef9b 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -92,7 +92,7 @@ module of your project's package from models import Blog @bfg_view(for_=Blog, name='add_entry.html', permission='add') - def blog_entry_add_view(context, request): + def blog_entry_add_view(request): """ Add blog entry code goes here """ pass |
