diff --git a/allgo/__init__.py b/allgo/__init__.py index d08e34f6bca732f20370715d3082717a1a78b224..61af8ba1a82661402d817c3691666273d11196d5 100644 --- a/allgo/__init__.py +++ b/allgo/__init__.py @@ -51,12 +51,11 @@ class Init: """ if not API_token_valid: API_token = get_random_string(length=32) - msg = "allgo_token = " + API_token - msg += "<p>Sign in with your existing <a href=\"https://allgo18.inria.fr/accounts/login/?token=" + API_token+ "\">A||GO account </a></p>" + msg += "Sign in with your existing https://allgo18.inria.fr/accounts/login/?token=" + API_token+ " A||GO account \n" print(msg) else: # FIXME : Have to check that the user is register - msg = "<p>A||GO already initialized</p>" + msg = "A||GO already initialized\n" print(msg) class App: