Clarifies licensing for the project.
[mediagoblin.git] / mediagoblin / templates / mediagoblin / test_submit.html
CommitLineData
ef7cdac5
CAW
1{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
2
fbf7880e
CAW
3<html>
4 <body>
bda34053
CAW
5 <form action="{{ request.urlgen('test_submit') }}" method="POST"
6 enctype="multipart/form-data">
fbf7880e 7 <table>
ef7cdac5 8 {{ wtforms_util.render_table(image_form) }}
fbf7880e
CAW
9 <tr>
10 <td></td>
11 <td><input type="submit" value="submit" /></td>
12 </tr>
13 </table>
14 </form>
15 </body>
16</html>