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