summaryrefslogtreecommitdiff
path: root/website/views.py
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-11 00:02:57 +0530
committerJayaram R Pai2014-09-11 00:02:57 +0530
commit961133f4a76fa5e56c74f3521a96109d23855e5a (patch)
tree4ffb9fbba127a8fb74e46be305ca32421803f5b4 /website/views.py
parent523bc7d9c6e6632f51ad98534806a937b3600557 (diff)
downloadscilab-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.py1
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)