]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/welcome_email.html
fixes OSQA-397. Removes the extra %}
[osqa.git] / 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 }}