Miscellaneous fixes to strings found during i18n work.

This commit is contained in:
Ned Batchelder
2014-01-02 08:42:10 -05:00
parent 5dccff518c
commit 2157b4d8b7
8 changed files with 32 additions and 28 deletions

View File

@@ -1,3 +1,3 @@
<%! from django.utils.translation import ugettext as _ %>
<h1>Check your email</h1>
<p>${_("An activation link has been sent to {emaiL}, along with instructions for activating your account.").format(email=email)}</p>
<p>${_("An activation link has been sent to {email}, along with instructions for activating your account.").format(email=email)}</p>