fix: remove double rendering and test error #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tapiron/coller:fix/error_for_non_password_protected_notes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove double template rendering and test error for non password protected note
@ -345,9 +345,6 @@ func (h *GetWebNoteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
h.PageData.Err = fmt.Errorf("jriou")
Good catch! Thanks for your contribution.