Copyright-Hinweise verschoben bzw. hinzugefügt

This commit is contained in:
2021-07-29 00:37:00 +02:00
parent c2b936dc8e
commit 8fa0c887de
30 changed files with 152 additions and 84 deletions
+3 -3
View File
@@ -1,5 +1,3 @@
{% extends 'base.html.j2' %}
{#
NateMan Nachschreibtermin-Manager
templates/error/400.html.j2
@@ -17,7 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
#}
-#}
{% extends 'base.html.j2' %}
{% block title %}Fehler{% endblock %}
{% block header %}Fehler{% endblock %}
+3 -3
View File
@@ -1,5 +1,3 @@
{% extends 'base.html.j2' %}
{#
NateMan Nachschreibtermin-Manager
templates/error/403.html.j2
@@ -17,7 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
#}
-#}
{% extends 'base.html.j2' %}
{% block title %}Kein Zugriff{% endblock %}
{% block header %}Kein Zugriff{% endblock %}
+3 -3
View File
@@ -1,5 +1,3 @@
{% extends 'base.html.j2' %}
{#
NateMan Nachschreibtermin-Manager
templates/error/404.html.j2
@@ -17,7 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
#}
-#}
{% extends 'base.html.j2' %}
{% block title %}Fehler{% endblock %}
{% block header %}Fehler{% endblock %}
+3 -3
View File
@@ -1,5 +1,3 @@
{% extends 'base.html.j2' %}
{#
NateMan Nachschreibtermin-Manager
templates/error/500.html.j2
@@ -17,7 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
#}
-#}
{% extends 'base.html.j2' %}
{% block title %}Serverfehler{% endblock %}
{% block header %}Hoppala!{% endblock %}