From d349c35d31b4ccf1bcc7c26a408cada3be38169e Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Mon, 8 Sep 2014 17:35:39 +0530 Subject: converted ajax views to dajaxice --- static/website/templates/index.html | 42 +++++++++---------------------------- 1 file changed, 10 insertions(+), 32 deletions(-) (limited to 'static/website/templates/index.html') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index bc06ea3..50dee60 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -1,4 +1,5 @@ {% load static %} +{% load dajaxice_templatetags %} Scilab on Cloud @@ -7,6 +8,7 @@ + {% dajaxice_js_import %}
@@ -24,11 +26,11 @@
  • Contact Us
  • +
    -
    @@ -49,7 +51,8 @@ - + + Contributor
    @@ -103,43 +106,18 @@
    - + + + - {% csrf_token %} -- cgit