diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2010-07-18 15:21:51 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2010-07-18 15:21:51 -0500 |
commit | bda3405342feb7f239ccaa2e7cebe76a48909309 (patch) | |
tree | 4350476d4c4989863d3b61d88590373d39fdbcb7 /mediagoblin/templates | |
parent | fbf7880e6873a541da5f45f90d9e0fd31119514a (diff) | |
download | mediagoblin-bda3405342feb7f239ccaa2e7cebe76a48909309.tar.lz mediagoblin-bda3405342feb7f239ccaa2e7cebe76a48909309.tar.xz mediagoblin-bda3405342feb7f239ccaa2e7cebe76a48909309.zip |
Still totally useless but at least it writes to the database
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/test_submit.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/test_submit.html b/mediagoblin/templates/mediagoblin/test_submit.html index 0d2fd258..bf91d26b 100644 --- a/mediagoblin/templates/mediagoblin/test_submit.html +++ b/mediagoblin/templates/mediagoblin/test_submit.html @@ -1,6 +1,7 @@ <html> <body> - <form action="{{ request.urlgen('test_submit') }}" method="POST"> + <form action="{{ request.urlgen('test_submit') }}" method="POST" + enctype="multipart/form-data"> <table> {% for field in image_form %} <tr> |