diff options
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/views.py b/tbc/views.py index 0051f8d..a232b36 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -619,6 +619,7 @@ def ConvertNotebook(request, notebook_path=None): def CompletedBooks(request): context = {} + context.update(csrf(request)) category = "All" if request.user.is_anonymous(): context['anonymous'] = True |