summaryrefslogtreecommitdiff
path: root/tbc/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-xtbc/views.py1
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