summaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
authorMichael Kröll <pepl@cpan.org>2008-12-01 22:21:42 +0100
committerMichael Kröll <pepl@cpan.org>2008-12-01 22:21:42 +0100
commitb038af84df08edfd44fb0b545a8db34567e6ccac (patch)
tree29299148afe1a23ee805c4bd4d4fb18f2bb01a66 /root
parentPass through params to stylesheet (diff)
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-b038af84df08edfd44fb0b545a8db34567e6ccac.tar.gz
Simple-OpenID-b038af84df08edfd44fb0b545a8db34567e6ccac.tar.bz2
Simple-OpenID-b038af84df08edfd44fb0b545a8db34567e6ccac.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Conflicts: root/templates/index.xsl
Diffstat (limited to 'root')
-rw-r--r--root/templates/index.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index c471513..30aa90f 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -20,7 +20,7 @@
<body>
<p>The website '<xsl:value-of select="$openid.return_to"/>' wants to verify your PAUSE identity.</p>
- <form method="post" action="signin" id="login_form">
+ <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" />