summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/challengelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challengelist.php b/pages/challengelist.php
index ca9fe46..fcc384b 100644
--- a/pages/challengelist.php
+++ b/pages/challengelist.php
@@ -20,7 +20,7 @@ topbar($Links);
//Check that the user is allowed to do the challenges
if (!$accepted) {
- echo "<center>Please <a href='login'>login</a> to do the challenges!</center>";
+ echo "<center>Please <a href='javascript:showSignin();'>login</a> to do the challenges!</center>";
echo "<br /><br /></div>";
htmlFooter();
return;