diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/templates/index.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl index 1f3c43c..9dc5bd4 100644 --- a/root/templates/index.xsl +++ b/root/templates/index.xsl @@ -7,7 +7,7 @@ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" indent="no"/> - <xsl:param name="origin_website"/> + <xsl:param name="openid.return_to"/> <xsl:template match="/document"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -21,8 +21,8 @@ <body> <h1>PAUSE OpenID login service</h1> - <p>The website '<xsl:value-of select="$origin_website"/>' wants to verify your <a href="https://pause.perl.org/">PAUSE</a> identity.</p> - <form method="post" action="/" id="login_form"> + <p>The website '<xsl:value-of select="$openid.return_to"/>' wants to verify your <a href="https://pause.perl.org/">PAUSE</a> identity.</p> + <form method="post" action="login" id="login_form"> <div> <label for="username"><abbr title="Perl Authors Upload Server">PAUSE</abbr> ID:</label> <input name="username" id="username" type="text" /> |