]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/welcome_email.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / auth / welcome_email.html
index 997ce663f22686cf0817d919ba7f19df7ece641c..9ebe7ba345184f8115f108b765c17214f9b7bde1 100644 (file)
     {% subject %}{% blocktrans %}{{ prefix }} Welcome to {{ app_name }}{% endblocktrans %}{% endsubject %}
 
     {% htmlcontent notifications/base.html %}
-        <p style="{{ p_style }}}">
+        <p style="{{ p_style }}">
             {% 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>
+        <p style="{{ p_style }}">{% trans "Here's your login info (store it in a cool dry place):" %}</p>
 
-        <p style="{{ p_style }}}">{% trans "Username: " %} {{ recipient.username }}<br />
+        <p style="{{ p_style }}">{% trans "Username: " %} {{ recipient.username }}<br />
         <b>{% trans "Password: As IF we would send your password in cleartext!" %}</b></p>
 
-        <p style="{{ p_style }}}">{% trans "The following link will help us verify your email address:" %}</p>
+        <p style="{{ p_style }}">{% trans "The following link will help us verify your email address:" %}</p>
 
-        <a  style="{{ a_style }}}" href="{% fullurl auth_validate_email user=recipient.id,code=validation_code %}">{% trans "Validate my email address" %}</a>
+        <p style="{{ p_style }}"><a  style="{{ a_style }}" href="{% fullurl "auth_validate_email" user=recipient.id code=validation_code %}">{% trans "Validate my email address" %}</a></p>
 
-        <p style="{{ p_style }}}">{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}</p>
+        <p style="{{ p_style }}">{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}</p>
 
-        <p style="{{ p_style }}">{% fullurl auth_validate_email user=recipient.id,code=validation_code %}</p>
+        <p style="{{ p_style }}">{% fullurl "auth_validate_email" user=recipient.id code=validation_code %}</p>
     {% endhtmlcontent %}
 
 {% textcontent notifications/base_text.html %}
@@ -39,7 +39,7 @@
 
 {% trans "Copy and paste this url into your web browser's address bar to help us verify your email address:" %}
 
-{% fullurl auth_validate_email user=recipient.id,code=validation_code %}
+{% fullurl "auth_validate_email" user=recipient.id code=validation_code %}
 {% endtextcontent %}
 
 {% endemail %}