diff options
author | holyantony | 2015-09-15 17:00:16 +0530 |
---|---|---|
committer | holyantony | 2015-09-15 17:00:16 +0530 |
commit | ce96f5b782e37c019ee8f69c8067a96e33e6f1a0 (patch) | |
tree | cc32e2ca7283a17cd70f699b11deddfdb8388371 | |
parent | 0cdff9d8134bc61689a74d371747f5e741a116be (diff) | |
download | FOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.tar.gz FOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.tar.bz2 FOSSEE-Forum-ce96f5b782e37c019ee8f69c8067a96e33e6f1a0.zip |
small change
-rw-r--r-- | static/website/templates/index.html | 4 |
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 %} |