diff options
author | Sanmugasundaram K | 2015-01-08 12:32:18 +0530 |
---|---|---|
committer | Sanmugasundaram K | 2015-01-08 12:32:18 +0530 |
commit | 293af4fcc716fba56f26f3490443b6ba3ff2c440 (patch) | |
tree | 20e9ac8859bdd39ef741c9b28960e04727db9056 /static/website/templates/ajax-tutorials.html | |
parent | 2ae49074f030b61088317526b023b9e21124dbfc (diff) | |
download | FOSSEE-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.html | 4 |
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> |