HTML ul-Elemente aus p-Elementen genommen

This commit is contained in:
2021-08-16 19:52:42 +02:00
parent 45213eb28c
commit a421feaf1f
2 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -25,6 +25,7 @@
{% block content %}
<p>
Folgende Klausuren müssen noch bearbeitet werden:
</p>
<ul>
{% for k in not_edited_list %}
<li>
@@ -34,7 +35,6 @@
</li>
{% endfor %}
</ul>
</p>
<p>
Klicken Sie <a href="{{ url_for('klausuren.mine', _external=True) }}">hier</a>,
+2
View File
@@ -27,11 +27,13 @@
<p>
Im Schuljahr 2019/2020 als <a href="https://de.wikipedia.org/wiki/Besondere_Lernleistung">Besondere Lernleistung</a>
entwickelt von:
</p>
<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>
<p>
Lizensiert unter der
<a href="https://github.com/nelsbrock/NateMan/blob/main/LICENSE">GNU General Public License, Version 3</a>.
</p>