diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-02 18:53:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-02 18:53:20 -0400 |
commit | 7d5f4e73158cfc4837e6fe1ccf609c931c4f87b7 (patch) | |
tree | 8af98da31237013c251b9de490c4d88aa5755195 /got/view_blob.got | |
parent | 1a7dd9bd692ff9db64cea670fa0feaa79c82706d (diff) |
views
Diffstat (limited to 'got/view_blob.got')
-rw-r--r-- | got/view_blob.got | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/got/view_blob.got b/got/view_blob.got index a1d7e2c..63039f2 100644 --- a/got/view_blob.got +++ b/got/view_blob.got @@ -24,3 +24,11 @@ </label> <input type="submit" value="Upload"> </form> +<form method="POST" enctype="multipart/form-data"> + <input type="hidden" name="_method" value="DELETE"> + <label> + Description of change: + <input type="text" value="_message" /> + </label> + <input type="submit" value="Delete"> +</form> |