Lizenzen-Seite zu Über-Seite geändert

This commit is contained in:
2021-08-13 17:21:09 +02:00
parent acf868a640
commit dfe4702584
3 changed files with 21 additions and 14 deletions
+5 -5
View File
@@ -21,10 +21,10 @@ Informations-Blueprint
from flask import Blueprint, render_template
bp = Blueprint("info", __name__, url_prefix="/info")
bp = Blueprint("info", __name__)
@bp.route("/licenses")
def licenses():
""" Lizenzen """
return render_template("info/licenses.html.j2")
@bp.route("/about")
def about():
""" Seite *Über* """
return render_template("info/about.html.j2")