From c9e4c64cb51e0be313c53634c3811bcef611a036 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 26 Aug 2026 23:16:16 +0200 Subject: [PATCH] removal of unused information for the my:instanvce --- Website/templates/my_instance.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Website/templates/my_instance.html b/Website/templates/my_instance.html index 0292bf6..9c5fba6 100644 --- a/Website/templates/my_instance.html +++ b/Website/templates/my_instance.html @@ -12,13 +12,8 @@

Instanzdaten

{% if instance %}

Schule: {{ instance.school_name }}

-

Domain: {{ instance.domain }}

Subdomain: {{ instance.subdomain }}

-

HTTPS-Port: {{ instance.https_port or '-' }}

Status: {{ instance.status }}

-

Nginx: {{ instance.nginx_status }}

-

Letzte Meldung: {{ instance.last_message }}

-

Aktualisiert: {{ instance.updated_at }}

Zugang: https://{{ instance.domain }}

{% elif pending_request %}