forgot list style

This commit is contained in:
Wim Brand
2019-02-18 17:12:58 +01:00
parent e145cbe6a0
commit 1122b75025

View File

@@ -33,6 +33,7 @@ func (wc *WebController) serveListViewer(w http.ResponseWriter, r *http.Request,
}
err = wc.templates.Get().ExecuteTemplate(w, "file_viewer", map[string]interface{}{
"Title": fmt.Sprintf("%s ~ Pixeldrain list", list.Title),
"UserStyle": userStyle(r),
"APIResponse": listdata,
"Type": "list",
"OGData": ogData.FromList(*list),