]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/welcome_email.html
puts the "Validate my email link" in a p tag so that it gets the right styles. Fixes...
[osqa.git] / forum / skins / default / templates / auth / welcome_email.html
index 997ce663f22686cf0817d919ba7f19df7ece641c..1755cc0b2ad0aa24316a9979762c49bcabbff3d3 100644 (file)
@@ -23,7 +23,7 @@
 
         <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>