diff options
author | Jayaram R Pai | 2014-09-11 00:02:57 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-11 00:02:57 +0530 |
commit | 961133f4a76fa5e56c74f3521a96109d23855e5a (patch) | |
tree | 4ffb9fbba127a8fb74e46be305ca32421803f5b4 /website/views.py | |
parent | 523bc7d9c6e6632f51ad98534806a937b3600557 (diff) | |
download | scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.gz scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.bz2 scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.zip |
added report bug form
Diffstat (limited to 'website/views.py')
-rw-r--r-- | website/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/website/views.py b/website/views.py index f06ce27..b99d0c4 100644 --- a/website/views.py +++ b/website/views.py @@ -3,5 +3,4 @@ from django.core.context_processors import csrf def index(request): context = {} - context.update(csrf(request)) return render(request, 'website/templates/index.html', context) |