summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
authorholyantony2015-09-15 17:00:16 +0530
committerholyantony2015-09-15 17:00:16 +0530
commitce96f5b782e37c019ee8f69c8067a96e33e6f1a0 (patch)
treecc32e2ca7283a17cd70f699b11deddfdb8388371 /static/website
parent0cdff9d8134bc61689a74d371747f5e741a116be (diff)
downloadFOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.tar.gz
FOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.tar.bz2
FOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.zip
small change
Diffstat (limited to 'static/website')
-rw-r--r--static/website/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 98a8d43..f78d952 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -67,12 +67,12 @@
{% if file %}
<img src="{% static category|get_category_image %}">
{% else %}
- <div class="category-title">{{ category.description }}</div>
+ <div class="category-title">{{category}}</div>
{% endif %}
{% endwith %}
<div class="caption">
<small class="category">
- {{ category }}
+ {{ category.description }}
</small>
{% latest_question category %}