summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-tutorials.html
diff options
context:
space:
mode:
authorSanmugasundaram K2015-01-08 12:32:18 +0530
committerSanmugasundaram K2015-01-08 12:32:18 +0530
commit293af4fcc716fba56f26f3490443b6ba3ff2c440 (patch)
tree20e9ac8859bdd39ef741c9b28960e04727db9056 /static/website/templates/ajax-tutorials.html
parent2ae49074f030b61088317526b023b9e21124dbfc (diff)
downloadFOSSEE-Forum-293af4fcc716fba56f26f3490443b6ba3ff2c440.tar.gz
FOSSEE-Forum-293af4fcc716fba56f26f3490443b6ba3ff2c440.tar.bz2
FOSSEE-Forum-293af4fcc716fba56f26f3490443b6ba3ff2c440.zip
all tables linked with new website
Diffstat (limited to 'static/website/templates/ajax-tutorials.html')
-rw-r--r--static/website/templates/ajax-tutorials.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/ajax-tutorials.html b/static/website/templates/ajax-tutorials.html
index c19fe3c..62192bb 100644
--- a/static/website/templates/ajax-tutorials.html
+++ b/static/website/templates/ajax-tutorials.html
@@ -1,5 +1,5 @@
-<option value="None">Select a Tutorial</option>
+<option value="">Select a Tutorial</option>
{% for tutorial in tutorials %}
- <option value="{{ tutorial.tutorial_name }}">{{ tutorial.tutorial_name }}</option>
+ <option value="{{ tutorial.tutorial }}">{{ tutorial.tutorial }}</option>
{% endfor %}
<option value="General">General</option>