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

This commit is contained in:
Brian Jacobel
2016-04-20 15:27:30 -04:00
parent 3c944d2af3
commit ac37c12b7d

View File

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