Fix line wrapping here

This commit is contained in:
Brian Jacobel
2016-04-19 12:41:08 -04:00
parent e576733608
commit 3c944d2af3

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']):