diff options
author | holyantony | 2015-09-15 13:10:26 +0530 |
---|---|---|
committer | holyantony | 2015-09-15 13:10:26 +0530 |
commit | 0cdff9d8134bc61689a74d371747f5e741a116be (patch) | |
tree | 183af460721467a08445d776ef38f7077efb3284 /static/website/templates/index.html | |
parent | 9db68d4500530ea60f2b5fe21251446e2be306da (diff) | |
download | FOSSEE-Forum-0cdff9d8134bc61689a74d371747f5e741a116be.tar.gz FOSSEE-Forum-0cdff9d8134bc61689a74d371747f5e741a116be.tar.bz2 FOSSEE-Forum-0cdff9d8134bc61689a74d371747f5e741a116be.zip |
Subject:Resolved overlap issue in question page
Description:
1. Resolved overlap issue
2. Added images for FOSS
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 9344492..98a8d43 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -67,7 +67,7 @@ {% if file %} <img src="{% static category|get_category_image %}"> {% else %} - <div class="category-title">{{category}}</div> + <div class="category-title">{{ category.description }}</div> {% endif %} {% endwith %} <div class="caption"> |