From 01c2a1996c5b8e08546397f410239b9608cb6054 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 26 May 2022 14:54:21 +0200 Subject: [PATCH] :sparkles: --- aula/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aula/templates/home.html b/aula/templates/home.html index fe96919..12750b5 100644 --- a/aula/templates/home.html +++ b/aula/templates/home.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} {% if current_user.is_authenticated %} -

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

+

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


Opslag

{% for post in posts %}