diff --git a/nateman/blueprints/info.py b/nateman/blueprints/info.py index 9b65e25..3facc5e 100644 --- a/nateman/blueprints/info.py +++ b/nateman/blueprints/info.py @@ -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") diff --git a/nateman/templates/base.html.j2 b/nateman/templates/base.html.j2 index f2c5058..476f6d6 100644 --- a/nateman/templates/base.html.j2 +++ b/nateman/templates/base.html.j2 @@ -197,7 +197,7 @@ · Datenschutz · - Lizenzen + Über diff --git a/nateman/templates/info/licenses.html.j2 b/nateman/templates/info/about.html.j2 similarity index 69% rename from nateman/templates/info/licenses.html.j2 rename to nateman/templates/info/about.html.j2 index dcee4cb..44072ee 100644 --- a/nateman/templates/info/licenses.html.j2 +++ b/nateman/templates/info/about.html.j2 @@ -1,6 +1,6 @@ {# NateMan – Nachschreibtermin-Manager - templates/info/licenses.html.j2 + templates/info/about.html.j2 Copyright © 2020 Niklas Elsbrock This program is free software: you can redistribute it and/or modify @@ -19,25 +19,32 @@ {% extends 'base.html.j2' %} -{% block title %}Lizenzen{% endblock %} -{% block header %}Lizenzen{% endblock %} +{% block title %}Über{% endblock %} +{% block header %}Über{% endblock %} {% block content %}

NateMan

- © 2020–2021 Niklas Elsbrock
- Excel-Exporter und Koop-Schüler-Importer: © 2020 Johannes Bingel
- Lizensiert unter + Im Schuljahr 2019/2020 als Besondere Lernleistung + entwickelt von: +

+ Lizensiert unter der GNU General Public License, Version 3.

-

Schriftart: Lato

+

Open-Source-Lizenzen

+ +

Schriftart: Lato

Copyright (c) 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com), with Reserved Font Name Lato.
Licensed under the SIL Open Font License, Version 1.1.

-

Symbole (Icons): Font Awesome Free

+

Symbole (Icons): Font Awesome Free

Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free