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