From: matt Date: Mon, 12 Jul 2010 14:24:59 +0000 (+0000) Subject: fixes OSQA-397. Removes the extra %} X-Git-Tag: live~616 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/5d21f5d218e4214ca88ab5e89cd1e2ae30e6b0a8 fixes OSQA-397. Removes the extra %} git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@518 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/auth/welcome_email.html b/forum/skins/default/templates/auth/welcome_email.html index 8746e56..997ce66 100644 --- a/forum/skins/default/templates/auth/welcome_email.html +++ b/forum/skins/default/templates/auth/welcome_email.html @@ -13,7 +13,7 @@ {% htmlcontent notifications/base.html %}

- {% blocktrans %}Howdy and welcome to {{ app_name }}. We know you're busy, so we'll keep this real simple.{% endblocktrans %} %}, + {% blocktrans %}Howdy and welcome to {{ app_name }}. We know you're busy, so we'll keep this real simple.{% endblocktrans %},

{% trans "Here's your login info (store it in a cool dry place):" %}

@@ -31,7 +31,7 @@ {% endhtmlcontent %} {% textcontent notifications/base_text.html %} -{% blocktrans %}Howdy and welcome to {{ app_name }}. We know you're busy, so we'll keep this real simple.{% endblocktrans %} %}, +{% blocktrans %}Howdy and welcome to {{ app_name }}. We know you're busy, so we'll keep this real simple.{% endblocktrans %}, {% trans "Here's your login info (store it in a cool dry place):" %} {% trans "Username: " %} {{ recipient.username }}