Merge pull request #69 from AFPy/layout/discuss

Fix menu hilight
This commit is contained in:
Bruno Bonfils 2021-01-08 12:27:19 +01:00 committed by GitHub
commit 51db76083c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ def communaute():
@app.route("/irc")
def irc():
return render_template("irc.html", body_id="discussion")
return render_template("irc.html", body_id="irc")
@app.route("/docs/<name>")