summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/ajax-tutorials.html1
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>