diff --git a/web/backend/main.py b/web/backend/main.py index 2d6a402..0cc6f6c 100644 --- a/web/backend/main.py +++ b/web/backend/main.py @@ -389,7 +389,7 @@ def login(): try: print(request.form) if request.form["theanswer"] != "42": - msg = "what is the answer for everything?" + msg = """what is the answer for everything? hint""" return render_template("login.html", session=session, config=config, return_addr=session["return_url"], msg=msg) mnt = request.form["mnt"] if not mnt.upper().endswith("-MNT"):