summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/tags
diff options
context:
space:
mode:
authorAnuja <anujag@anujag-Latitude-D630.(none)>2012-03-19 16:38:01 +0530
committerAnuja <anujag@anujag-Latitude-D630.(none)>2012-03-19 16:38:01 +0530
commit33e34a918490dab6a34ddfc0748297241a043291 (patch)
tree82d31140d236763b999a29f7488165c25af1d091 /gstudio/templates/gstudio/tags
parent7a4f561e851fdc7246d804c3abb6748b8a4199a6 (diff)
downloadgnowsys-33e34a918490dab6a34ddfc0748297241a043291.tar.gz
Changes made on urls,models,base,skeleton etc
Diffstat (limited to 'gstudio/templates/gstudio/tags')
-rw-r--r--gstudio/templates/gstudio/tags/breadcrumbs.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/tags/breadcrumbs.html b/gstudio/templates/gstudio/tags/breadcrumbs.html
index c7a5361..57f9ad9 100644
--- a/gstudio/templates/gstudio/tags/breadcrumbs.html
+++ b/gstudio/templates/gstudio/tags/breadcrumbs.html
@@ -1,6 +1,8 @@
{% for crumb in breadcrumbs %}
{% if not forloop.last %}
+{% if crumb.name %}
<a href="{{ crumb.url }}" title="{{ crumb.name }}">{{ crumb.name }}</a> {{ separator }}
+{% endif %}
{% else %}
{{ crumb.name }}
{% endif %}