openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c82ab82fd47c8c1516277c1fed14a443c57fbe18
parent f1540dced4f37b68b55d48c5dea07a8f1f343b82
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Mon,  7 Sep 2020 23:26:30 +0300

edit fix

Diffstat:
Mii-node/web.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ii-node/web.go b/ii-node/web.go @@ -449,6 +449,7 @@ func www_edit(ctx *WebContext, w http.ResponseWriter, r *http.Request) error { err := ctx.www.tpl.ExecuteTemplate(w, "edit.tpl", ctx) return err case "POST": + ctx.BasePath = "" return www_new(ctx, w, r) } return nil