From c8c9eb361117c003ca13e339731542ab2dbb6dbd Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 13 Oct 2015 09:39:37 -0400 Subject: [PATCH] remove linebreaks import from web certs --- lms/templates/certificates/_accomplishment-rendering.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/templates/certificates/_accomplishment-rendering.html b/lms/templates/certificates/_accomplishment-rendering.html index edf254264f..2182b2ae90 100644 --- a/lms/templates/certificates/_accomplishment-rendering.html +++ b/lms/templates/certificates/_accomplishment-rendering.html @@ -1,5 +1,4 @@ <%! from django.utils.translation import ugettext as _ %> -<%! from django.template.defaultfilters import linebreaks %> <%namespace name='static' file='../static_content.html'/> <% course_mode_class = course_mode if course_mode else ''