diff options
author | Jayaram Pai | 2014-01-24 11:03:35 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-01-24 11:03:35 +0530 |
commit | aa874ae1e64753a926aa6783dea2ad4ccb300973 (patch) | |
tree | 5fc946df3592f9ed5953b724d80302e3206a68aa /static/website/templates | |
parent | 9f7c82e28316490ff479e31eb7b50db1e6ef1cd8 (diff) | |
download | FOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.tar.gz FOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.tar.bz2 FOSSEE-Forum-aa874ae1e64753a926aa6783dea2ad4ccb300973.zip |
fixed the ajax notificaion for QuestionDetailsEdit, changed wsgi.py
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/ajax-tutorials.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/ajax-tutorials.html b/static/website/templates/ajax-tutorials.html index 7429f59..63e6000 100644 --- a/static/website/templates/ajax-tutorials.html +++ b/static/website/templates/ajax-tutorials.html @@ -2,3 +2,4 @@ {% for tutorial in tutorials %} <option value="{{ tutorial.tutorial_name }}">{{ tutorial.tutorial_name }}</option> {% endfor %} +<option value="General">General Question</option> |