summaryrefslogtreecommitdiff
path: root/gstudio/templatetags
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/templatetags
parent7a4f561e851fdc7246d804c3abb6748b8a4199a6 (diff)
downloadgnowsys-33e34a918490dab6a34ddfc0748297241a043291.tar.gz
Changes made on urls,models,base,skeleton etc
Diffstat (limited to 'gstudio/templatetags')
-rw-r--r--gstudio/templatetags/gstudio_tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/templatetags/gstudio_tags.py b/gstudio/templatetags/gstudio_tags.py
index 574da8c..a22715e 100644
--- a/gstudio/templatetags/gstudio_tags.py
+++ b/gstudio/templatetags/gstudio_tags.py
@@ -289,7 +289,7 @@ def gstudio_pagination(context, page, begin_pages=3, end_pages=3,
@register.inclusion_tag('gstudio/tags/dummy.html', takes_context=True)
-def gstudio_breadcrumbs(context, separator='/', root_name='gstudio',
+def gstudio_breadcrumbs(context, separator='/', root_name='Nodetype',
template='gstudio/tags/breadcrumbs.html',):
"""Return a breadcrumb for the application"""
path = context['request'].path