diff options
author | randomdan <randomdan@localhost> | 2011-11-28 15:24:58 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-11-28 15:24:58 +0000 |
commit | 926302c9e7adaa0e2fe4c05b98e188ee816c8fba (patch) | |
tree | 7b3e48da111a3a559e1e863458d0dc3443486ade /gentoobrowse/emails | |
parent | Minor fixes and much improved .htaccess rules (fixes issues with .s in requests) (diff) | |
download | gentoobrowse-926302c9e7adaa0e2fe4c05b98e188ee816c8fba.tar.bz2 gentoobrowse-926302c9e7adaa0e2fe4c05b98e188ee816c8fba.tar.xz gentoobrowse-926302c9e7adaa0e2fe4c05b98e188ee816c8fba.zip |
Groundwork for common presenter layer
Diffstat (limited to 'gentoobrowse/emails')
-rw-r--r-- | gentoobrowse/emails/signup.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/emails/signup.xslt b/gentoobrowse/emails/signup.xslt index 7ad5697..c932478 100644 --- a/gentoobrowse/emails/signup.xslt +++ b/gentoobrowse/emails/signup.xslt @@ -12,7 +12,7 @@ <body> <p>Welcome to Gentoo Browse!</p> <p> - Click <a><xsl:attribute name="href">http://<xsl:value-of select="/signup/project2:servername" />/confirm?verifyguid=<xsl:value-of select="/signup/verifyguids/verifyguid/guid" /> + Click <a><xsl:attribute name="href">http://<xsl:value-of select="/signup/project2:environment/var[@name='servername']/@value" />/confirm?verifyguid=<xsl:value-of select="/signup/verifyguids/verifyguid/guid" /> </xsl:attribute>this link</a> to confirm your account. </p> <p>Or alternatively, copy and paste this code into the confirmation page: <xsl:value-of select="/signup/verifyguids/verifyguid/guid" /></p> |