diff --git a/aula/templates/home.html b/aula/templates/home.html index ba37d12..d2e57f8 100644 --- a/aula/templates/home.html +++ b/aula/templates/home.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} {% block content %} + {% if current_user.is_authenticated %}

Hej, {{ current_user.first_name }} {{ current_user.first_name }}


Opslag

@@ -15,4 +16,6 @@ {% endfor %} + {% else %} + {% endif %} {% endblock content %}