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 ''