diff --git a/lms/templates/wiki/includes/breadcrumbs.html b/lms/templates/wiki/includes/breadcrumbs.html index 6eb4a1eb89..8f8db85b14 100644 --- a/lms/templates/wiki/includes/breadcrumbs.html +++ b/lms/templates/wiki/includes/breadcrumbs.html @@ -1,52 +1,34 @@ -{% load i18n %}{% load url from future %} -{% if urlpath %} +## mako +<%! from django.core.urlresolvers import reverse %> +%if urlpath is not Undefined and urlpath:
- -
-
- - - - - -
-
- -
- + %if create_article_root: + - {% trans "Add article" %} + Add article + %endif
-{% endif %} +%endif