From 8052fa330ea1dbdc71cc370e121beb05a5780a1e Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Fri, 17 May 2024 07:20:26 +0000 Subject: [PATCH] . git-svn-id: svn://losandesgames.com/alfheim-website@9 15359d88-9307-4e75-a9c1-e5686e5897df --- handlers.go | 2 +- ui/base.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/handlers.go b/handlers.go index 8d0e97b..a0cdd85 100644 --- a/handlers.go +++ b/handlers.go @@ -51,7 +51,7 @@ func home(w http.ResponseWriter, r *http.Request) { id := authenticated_user(r) account, err := users.Get_account(id) - text, err := template.ParseFiles("base.html", "index.html") + text, err := template.ParseFiles("ui/base.html", "ui/index.html") if err != nil { http.Error(w, "Internal Server Error", 500) log.Fatal(err) diff --git a/ui/base.html b/ui/base.html index 50af8a3..4c03cb0 100644 --- a/ui/base.html +++ b/ui/base.html @@ -20,6 +20,7 @@

Alfheim