diff options
author | hardythe1 | 2014-06-24 15:26:02 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-24 15:26:02 +0530 |
commit | 9a2adc69c8c99b3bcc630df4ebaf77db964c8b55 (patch) | |
tree | 425e2d53515b96dd0bd5bee435600e078e20ed2d /tbc/views.py | |
parent | f685e5b2b716fa848244e6daa5adad7e6ad581ba (diff) | |
download | Python-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-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 |