Fix line wrapping here
This commit is contained in:
committed by
Clinton Blackburn
parent
716062a876
commit
44bd6bab04
@@ -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']):
|
||||
|
||||
Reference in New Issue
Block a user