]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/mail_validation.html
more OSQA-377 fixes. We had some extra } lying around in the styles
[osqa.git] / forum / skins / default / templates / auth / mail_validation.html
index d73a42883db70e53db15bbc29e9773bbb5ebc4bc..82029d620862c0f7dd6952ddd1a9ebbb4887cfc7 100644 (file)
     {% subject %}{% blocktrans %}{{ prefix }} Your email validation link {{ app_name }}{% endblocktrans %}{% endsubject %}
 
     {% htmlcontent notifications/base.html %}
     {% subject %}{% blocktrans %}{{ prefix }} Your email validation link {{ app_name }}{% endblocktrans %}{% endsubject %}
 
     {% htmlcontent notifications/base.html %}
-        <p style="{{ p_style }}}">{% trans "Please use the following link to help us verify your email address:" %}</p>
+        <p style="{{ p_style }}">{% trans "Please use the following link to 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>
     {% endhtmlcontent %}
 
         <p style="{{ p_style }}">{% fullurl auth_validate_email user=recipient.id,code=validation_code %}</p>
     {% endhtmlcontent %}