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 {