From 501c0cd768a5280551f09da83bd3dc4e26b69181 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Wed, 26 Jul 2023 08:34:57 +0200 Subject: [PATCH] Refactoring --- view-profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view-profile.go b/view-profile.go index 67c9145..6ec4318 100644 --- a/view-profile.go +++ b/view-profile.go @@ -11,7 +11,7 @@ import ( ) func handleProfile(w http.ResponseWriter, r *http.Request) { - templateProfile := getTemplate("profile.html") + templateProfile := getTemplate("user.html") login := checkLogin(w, r) if login == nil {