remove: monitoring(replaced by statping-ng); fix: template naming

This commit is contained in:
ahoemann 2025-03-14 17:19:35 +01:00
parent 053b573758
commit 341b725d5f
7 changed files with 6 additions and 45 deletions

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.j2" %}
{% block title %}About{% endblock %}
{% block head %}
{{ super() }}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.j2" %}
{% block title %}Homepage{% endblock %}
{% block head %}
{{ super() }}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.js" %}
{% block title %}Imprint{% endblock %}
{% block head %}
{{ super() }}

View file

@ -1,9 +0,0 @@
{% extends "base.html" %}
{% block title %}Monitoring{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>Git status: {{ git_status }}</p>
<p>Website status: {{ website_status }}</p>
{% endblock %}