From 1fb317d4ca86439fd9ec4a9ec27ee9ad5ada7b4f Mon Sep 17 00:00:00 2001
From: GARNIER Laurent <laurent.garnier@irisa.fr>
Date: Thu, 21 Oct 2021 08:42:37 +0000
Subject: [PATCH] Update __init__.py

---
 allgo/__init__.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/allgo/__init__.py b/allgo/__init__.py
index d08e34f..61af8ba 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:
-- 
GitLab