From dfe4702584b71ae208ce3c89e1ec5c0e18e7df4a Mon Sep 17 00:00:00 2001
From: Niklas Elsbrock
Date: Fri, 13 Aug 2021 17:21:09 +0200
Subject: [PATCH] =?UTF-8?q?Lizenzen-Seite=20zu=20=C3=9Cber-Seite=20ge?=
=?UTF-8?q?=C3=A4ndert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
nateman/blueprints/info.py | 10 ++++----
nateman/templates/base.html.j2 | 2 +-
.../info/{licenses.html.j2 => about.html.j2} | 23 ++++++++++++-------
3 files changed, 21 insertions(+), 14 deletions(-)
rename nateman/templates/info/{licenses.html.j2 => about.html.j2} (69%)
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 %}
- © 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:
+
+ - Niklas Elsbrock (Hauptentwickler)
+ - Johannes Bingel (Exportfunktion und Excel-Importfunktion)
+ - Dipl.-Inform. Christian Wolf, OStR (Idee und Betreuung)
+
+ 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