From e7dc6fcfe5f289b531d42a1e002a1399d79f0a28 Mon Sep 17 00:00:00 2001 From: Douglas Hall Date: Tue, 5 Jan 2016 09:40:34 -0500 Subject: [PATCH] Rolling back template inheritance change that was causing child templates to break --- lms/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 9cbb775a0a..04d412383b 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -135,7 +135,7 @@ from branding import api as branding_api % endif
- ${next.body()} + ${self.body()} <%block name="bodyextra"/>