Commit 44bd6bab by Brian Jacobel Committed by Clinton Blackburn

Fix line wrapping here

parent 716062a8
......@@ -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']):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment