From 44bd6bab04ab79fcd999f49a1fc95d00afadb327 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 19 Apr 2016 12:41:08 -0400 Subject: [PATCH] Fix line wrapping here --- lms/templates/provider/authorize.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lms/templates/provider/authorize.html b/lms/templates/provider/authorize.html index e3867b036f..eceee2519a 100644 --- a/lms/templates/provider/authorize.html +++ b/lms/templates/provider/authorize.html @@ -14,10 +14,9 @@ from django.core.urlresolvers import reverse
% if not error:

- ${_( - "{application_name} would like to access your data with the following permissions:" - .format(application_name=client.name) - )} + ${_("{application_name} would like to access your data with the following permissions:".format( + application_name=client.name + ))}