summaryrefslogtreecommitdiff
path: root/tbc/views.py
diff options
context:
space:
mode:
authorhardythe12014-06-24 15:26:02 +0530
committerhardythe12014-06-24 15:26:02 +0530
commit9a2adc69c8c99b3bcc630df4ebaf77db964c8b55 (patch)
tree425e2d53515b96dd0bd5bee435600e078e20ed2d /tbc/views.py
parentf685e5b2b716fa848244e6daa5adad7e6ad581ba (diff)
downloadPython-TBC-Interface-9a2adc69c8c99b3bcc630df4ebaf77db964c8b55.tar.gz
Python-TBC-Interface-9a2adc69c8c99b3bcc630df4ebaf77db964c8b55.tar.bz2
Python-TBC-Interface-9a2adc69c8c99b3bcc630df4ebaf77db964c8b55.zip
correcting the form name
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