add hint for "answer for everything"
This commit is contained in:
parent
537400f77a
commit
2eeb36e453
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ def login():
|
||||||
try:
|
try:
|
||||||
print(request.form)
|
print(request.form)
|
||||||
if request.form["theanswer"] != "42":
|
if request.form["theanswer"] != "42":
|
||||||
msg = "what is the answer for everything?"
|
msg = """what is the answer for everything? <a href="https://en.wikipedia.org/wiki/42_(answer)">hint</a>"""
|
||||||
return render_template("login.html", session=session, config=config, return_addr=session["return_url"], msg=msg)
|
return render_template("login.html", session=session, config=config, return_addr=session["return_url"], msg=msg)
|
||||||
mnt = request.form["mnt"]
|
mnt = request.form["mnt"]
|
||||||
if not mnt.upper().endswith("-MNT"):
|
if not mnt.upper().endswith("-MNT"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue