mirror of
https://github.com/golang/go
synced 2024-11-05 20:36:10 -07:00
4d3db77c69
Fixes #3569. R=golang-dev, r CC=golang-dev https://golang.org/cl/6116055
7 lines
216 B
HTML
7 lines
216 B
HTML
<h1>Editing {{.Title}}</h1>
|
|
|
|
<form action="/save/{{.Title}}" method="POST">
|
|
<div><textarea name="body" rows="20" cols="80">{{printf "%s" .Body}}</textarea></div>
|
|
<div><input type="submit" value="Save"></div>
|
|
</form>
|