Fix line wrapping here

This commit is contained in:
Brian Jacobel
2016-04-19 12:41:08 -04:00
committed by Clinton Blackburn
parent 716062a876
commit 44bd6bab04

View File

@@ -14,10 +14,9 @@ from django.core.urlresolvers import reverse
<div class="authorization-confirmation">
% if not error:
<p>
${_(
"<strong>{application_name}</strong> would like to access your data with the following permissions:"
.format(application_name=client.name)
)}
${_("<strong>{application_name}</strong> would like to access your data with the following permissions:".format(
application_name=client.name
))}
</p>
<ul>
% for permission in scopes(oauth_data['scope']):