summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorJayaram Pai2014-05-03 18:22:10 +0530
committerJayaram Pai2014-05-03 18:22:10 +0530
commit0a8b9fd4976f5d67c2b9701eb52ac4c6a309eec7 (patch)
tree98b04670483694ab7a5e6eb044902957eda8b273 /static/website/templates
parent0e54a7e22115e1d6437c5be6991a08054dfc052a (diff)
downloadFOSSEE-Forum-0a8b9fd4976f5d67c2b9701eb52ac4c6a309eec7.tar.gz
FOSSEE-Forum-0a8b9fd4976f5d67c2b9701eb52ac4c6a309eec7.tar.bz2
FOSSEE-Forum-0a8b9fd4976f5d67c2b9701eb52ac4c6a309eec7.zip
added General FOSS category, fixed user-login
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/ajax-tutorials.html2
-rw-r--r--static/website/templates/new-question.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/ajax-tutorials.html b/static/website/templates/ajax-tutorials.html
index 63e6000..c19fe3c 100644
--- a/static/website/templates/ajax-tutorials.html
+++ b/static/website/templates/ajax-tutorials.html
@@ -2,4 +2,4 @@
{% for tutorial in tutorials %}
<option value="{{ tutorial.tutorial_name }}">{{ tutorial.tutorial_name }}</option>
{% endfor %}
-<option value="General">General Question</option>
+<option value="General">General</option>
diff --git a/static/website/templates/new-question.html b/static/website/templates/new-question.html
index 16c6021..28fc707 100644
--- a/static/website/templates/new-question.html
+++ b/static/website/templates/new-question.html
@@ -11,7 +11,7 @@
{% with WIDGET_ERROR_CLASS='field_error' %}
<p>
- Please enter the tutorial details. {{ category }}
+ Please enter the tutorial details.
<img id="ajax-loader" src="{% static 'website/images/ajax-loader.gif' %}" style="display:none;">
</p>
<div class="row">