deletion: add missing form id for auto deletion
This commit is contained in:
parent
e44607b429
commit
7a6456aecc
@ -40,7 +40,7 @@ func (this *WikiServer) routeModify(w http.ResponseWriter, r *http.Request, arti
|
||||
content := `
|
||||
<h2>` + pageTitleHTML + `</h2><br>
|
||||
|
||||
<form method="POST" action="` + template.HTMLEscapeString(this.opts.ExpectBaseURL+`save`) + `" class="editor" accept-charset="UTF-8">
|
||||
<form method="POST" action="` + template.HTMLEscapeString(this.opts.ExpectBaseURL+`save`) + `" class="editor" accept-charset="UTF-8" id="form-edit-page">
|
||||
<div class="frm">
|
||||
<label>
|
||||
Save as:
|
||||
|
Loading…
Reference in New Issue
Block a user