github.com/rotblauer/buffalo@v0.7.1-0.20170112214545-7aa55ef80dd3/examples/html-resource/templates/users/edit.html (about)

     1  <h1>Edit User</h1>
     2  
     3  {{ partial "errors.html" }}
     4  <form action="/users/{{ user.ID }}" method="POST" accept-charset="utf-8">
     5    <input type="hidden" name="_method" id="_method" value="PUT" />
     6    {{ partial "users/form.html" }}
     7  </form>