mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Lizenzen-Seite zu Über-Seite geändert
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user