From 2210bef52015674d6fafe6dd2aa38e1399194858 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 26 May 2022 12:42:35 +0200 Subject: [PATCH] :sparkles: --- aula/templates/home.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}