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
|
from flask import Blueprint, render_template
|
||||||
|
|
||||||
bp = Blueprint("info", __name__, url_prefix="/info")
|
bp = Blueprint("info", __name__)
|
||||||
|
|
||||||
|
|
||||||
@bp.route("/licenses")
|
@bp.route("/about")
|
||||||
def licenses():
|
def about():
|
||||||
""" Lizenzen """
|
""" Seite *Über* """
|
||||||
return render_template("info/licenses.html.j2")
|
return render_template("info/about.html.j2")
|
||||||
|
|||||||
@@ -197,7 +197,7 @@
|
|||||||
·
|
·
|
||||||
<a href="{{ nateman_config['schule']['privacy-policy-url'] }}">Datenschutz</a>
|
<a href="{{ nateman_config['schule']['privacy-policy-url'] }}">Datenschutz</a>
|
||||||
·
|
·
|
||||||
<a href="{{ url_for('info.licenses') }}">Lizenzen</a>
|
<a href="{{ url_for('info.about') }}">Über</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{#
|
{#
|
||||||
NateMan – Nachschreibtermin-Manager
|
NateMan – Nachschreibtermin-Manager
|
||||||
templates/info/licenses.html.j2
|
templates/info/about.html.j2
|
||||||
Copyright © 2020 Niklas Elsbrock
|
Copyright © 2020 Niklas Elsbrock
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
@@ -19,25 +19,32 @@
|
|||||||
|
|
||||||
{% extends 'base.html.j2' %}
|
{% extends 'base.html.j2' %}
|
||||||
|
|
||||||
{% block title %}Lizenzen{% endblock %}
|
{% block title %}Über{% endblock %}
|
||||||
{% block header %}Lizenzen{% endblock %}
|
{% block header %}Über{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h3><a href="https://github.com/nelsbrock/NateMan">NateMan</a></h3>
|
<h3><a href="https://github.com/nelsbrock/NateMan">NateMan</a></h3>
|
||||||
<p>
|
<p>
|
||||||
© 2020–2021 Niklas Elsbrock<br>
|
Im Schuljahr 2019/2020 als <a href="https://de.wikipedia.org/wiki/Besondere_Lernleistung">Besondere Lernleistung</a>
|
||||||
Excel-Exporter und Koop-Schüler-Importer: © 2020 Johannes Bingel<br>
|
entwickelt von:
|
||||||
Lizensiert unter
|
<ul>
|
||||||
|
<li><a href="https://github.com/nelsbrock">Niklas Elsbrock</a> (Hauptentwickler)</li>
|
||||||
|
<li><a href="https://github.com/Hecht376">Johannes Bingel</a> (Exportfunktion und Excel-Importfunktion)</li>
|
||||||
|
<li>Dipl.-Inform. Christian Wolf, OStR (Idee und Betreuung)</li>
|
||||||
|
</ul>
|
||||||
|
Lizensiert unter der
|
||||||
<a href="https://github.com/nelsbrock/NateMan/blob/main/LICENSE">GNU General Public License, Version 3</a>.
|
<a href="https://github.com/nelsbrock/NateMan/blob/main/LICENSE">GNU General Public License, Version 3</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Schriftart: Lato</h3>
|
<h3>Open-Source-Lizenzen</h3>
|
||||||
|
|
||||||
|
<h4>Schriftart: Lato</h4>
|
||||||
<p>
|
<p>
|
||||||
Copyright (c) 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com), with Reserved Font Name Lato.<br>
|
Copyright (c) 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com), with Reserved Font Name Lato.<br>
|
||||||
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Symbole (Icons): Font Awesome Free</h3>
|
<h4>Symbole (Icons): Font Awesome Free</h4>
|
||||||
<p>
|
<p>
|
||||||
Font Awesome Free 5.13.1 by @fontawesome - <a href="https://fontawesome.com">https://fontawesome.com</a><br>
|
Font Awesome Free 5.13.1 by @fontawesome - <a href="https://fontawesome.com">https://fontawesome.com</a><br>
|
||||||
License - <a href="https://fontawesome.com/license/free">https://fontawesome.com/license/free</a>
|
License - <a href="https://fontawesome.com/license/free">https://fontawesome.com/license/free</a>
|
||||||
Reference in New Issue
Block a user