]> git.openstreetmap.org Git - osqa.git/commitdiff
fixes OSQA-397. Removes the extra %}
authormatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 12 Jul 2010 14:24:59 +0000 (14:24 +0000)
committermatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 12 Jul 2010 14:24:59 +0000 (14:24 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@518 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/auth/welcome_email.html

index 8746e5635d368a947062534fe1e1b43edd565571..997ce663f22686cf0817d919ba7f19df7ece641c 100644 (file)
@@ -13,7 +13,7 @@
 
     {% htmlcontent notifications/base.html %}
         <p style="{{ p_style }}}">
-            {% 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 %},
         </p>
 
         <p style="{{ p_style }}}">{% trans "Here's your login info (store it in a cool dry place):" %}</p>
@@ -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 }}