From 03288193bbcc05cd0a81e9da729929e49b840bbd Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Sun, 19 Aug 2012 19:40:42 -0400 Subject: [PATCH] Wiki create button now creates article in class wiki (never in a child of a class wiki). --- lms/templates/wiki/includes/breadcrumbs.html | 58 +++++++------------- 1 file changed, 20 insertions(+), 38 deletions(-) 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:
- -
-
- - - - - -
-
- -
-{% endif %} +%endif