Commit ac37c12b by Brian Jacobel

This is what this string used to look like, to gettext

parent 3c944d2a
...@@ -14,7 +14,7 @@ from django.core.urlresolvers import reverse ...@@ -14,7 +14,7 @@ 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( ${_("\n <strong>{application_name}</strong> would like to access your data with the following permissions:\n ".format(
application_name=client.name application_name=client.name
))} ))}
</p> </p>
......
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