summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/challenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challenge.php b/pages/challenge.php
index 02c6f04..e6dbff2 100644
--- a/pages/challenge.php
+++ b/pages/challenge.php
@@ -69,7 +69,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></div>";
+ echo "<center>Please <a href='javascript:showSignin();'>login</a> to do the challenges!</center></div>";
htmlFooter();
return;
}