From 8144c9581d2eda3f608d26b8c0fab15f1bac58a7 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Tue, 20 Nov 2018 22:11:53 +0100 Subject: [PATCH] Use the samen render common template for user pages --- templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.go b/templates.go index 9c2f1d3..aceea75 100644 --- a/templates.go +++ b/templates.go @@ -90,7 +90,7 @@ func initUserPage(path, key string) { path, filepath.Join(templatesDir, "user", "include", "header.tmpl"), filepath.Join(templatesDir, "user", "include", "footer.tmpl"), - filepath.Join(templatesDir, "user", "include", "render.tmpl"), + filepath.Join(templatesDir, "include", "render.tmpl"), )) }