Compare commits
No commits in common. "main" and "main" have entirely different histories.
1 changed files with 3 additions and 0 deletions
|
@ -345,6 +345,9 @@ func (h *GetWebNoteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
h.PageData.Err = fmt.Errorf("jriou")
|
||||
h.Templates.ExecuteTemplate(w, templateName, h.PageData)
|
||||
|
||||
h.PageData.Note = note
|
||||
|
||||
h.logger.Debug("rendering note web page")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue