From 4fc8de24f4e26719ddb043f4779cdbc9914475bb Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Fri, 27 Dec 2013 04:26:10 +0530 Subject: basic code execution implemented. thanks to prathamesh920 for mode(2) thanks for jayparikh111 for reporting syntax error bug thanks to saketkc for !--error-2 suggestion --- static/website/templates/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'static/website/templates/index.html') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index a4b200b..8caa608 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -135,7 +135,6 @@ } } }); - {% csrf_token %} -- cgit