Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1fb317d4 authored by GARNIER Laurent's avatar GARNIER Laurent
Browse files

Update __init__.py

parent 4e9a8e18
No related branches found
No related tags found
1 merge request!5Jupyter token 2021
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment