Changeset 9750 for src/django_gheat/wlheatmap/templates
- Timestamp:
- Dec 3, 2011, 12:31:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/templates/add_file.html
r9749 r9750 2 2 {% block content %} 3 3 <form enctype="multipart/form-data" action="" method="post"> 4 {{ form.as_p }} 4 <table> 5 {{ form.as_table }} 6 </table> 5 7 <input type="submit" value="Submit" /> 6 8 </form>
Note:
See TracChangeset
for help on using the changeset viewer.