Skip to content
Snippets Groups Projects
Commit 44bd6bab authored by Brian Jacobel's avatar Brian Jacobel Committed by Clinton Blackburn
Browse files

Fix line wrapping here

parent 716062a8
No related branches found
No related tags found
No related merge requests found
......@@ -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']):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment