source:
src/django_gheat/wlheatmap/templates/add_file.html
Last change on this file was 9750, checked in by , 13 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | {% extends "base.html" %} |
2 | {% block content %} |
3 | <form enctype="multipart/form-data" action="" method="post"> |
4 | <table> |
5 | {{ form.as_table }} |
6 | </table> |
7 | <input type="submit" value="Submit" /> |
8 | </form> |
9 | {% endblock content %} |
Note:
See TracBrowser
for help on using the repository browser.