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