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 %}