summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/challenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challenge.php b/pages/challenge.php
index 84b401b..76db642 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;
}