source: src/django_gheat/wlheatmap/templates/add_file.html@ 9749

Last change on this file since 9749 was 9749, checked in by rick, 13 years ago

Some awefull quirks to avoid uploading files without authentication.

File size: 193 bytes
Line 
1{% extends "base.html" %}
2{% block content %}
3<form enctype="multipart/form-data" action="" method="post">
4{{ form.as_p }}
5<input type="submit" value="Submit" />
6</form>
7{% endblock content %}
Note: See TracBrowser for help on using the repository browser.