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
+ ))}
% for permission in scopes(oauth_data['scope']):