From 6d09e89603eacda6e214237255c78f8d383b8de3 Mon Sep 17 00:00:00 2001 From: Mikkel <4072916+Mikk3@users.noreply.github.com> Date: Sat, 4 Jun 2022 12:01:44 +0200 Subject: [PATCH] Login information --- aula/templates/home.html | 2 ++ aula/templates/login.html | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/aula/templates/home.html b/aula/templates/home.html index e334d0b..c8569bf 100644 --- a/aula/templates/home.html +++ b/aula/templates/home.html @@ -20,5 +20,7 @@ {% endfor %} {% else %} +

Forside

+

Login her

{% endif %} {% endblock content %} diff --git a/aula/templates/login.html b/aula/templates/login.html index 371e6ba..912cc2d 100644 --- a/aula/templates/login.html +++ b/aula/templates/login.html @@ -45,3 +45,15 @@ {% endblock content %} + + +{% block sidebar %} +

Login Information

+

Forældre

+

Brugernavne: 5000, 5001, 5002 eller 5003

+

Kodeord: UIS

+

Lærer

+

Brugernavne: 5004 eller 5005

+

Kodeord: UIS

+ +{% endblock sidebar %}