From a5e10695a6fc26e865b88dd62ce7116bf28dbafe Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 12 Jul 2010 18:48:05 +0000 Subject: [PATCH] puts the "Validate my email link" in a p tag so that it gets the right styles. Fixes OSQA-377 git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@519 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/auth/welcome_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/templates/auth/welcome_email.html b/forum/skins/default/templates/auth/welcome_email.html index 997ce66..1755cc0 100644 --- a/forum/skins/default/templates/auth/welcome_email.html +++ b/forum/skins/default/templates/auth/welcome_email.html @@ -23,7 +23,7 @@

{% trans "The following link will help us verify your email address:" %}

- {% trans "Validate my email address" %} +

{% trans "Validate my email address" %}

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

-- 2.39.5