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

Last change on this file since 9662 was 9660, checked in by rick, 14 years ago

Poor mans API for adding meetbestanden to the database.

File size: 168 bytes
Line 
1<html>
2<head></head>
3<body>
4<form enctype="multipart/form-data" action="" method="post">
5{{ form.as_p }}
6<input type="submit" value="Submit" />
7</form>
8</body>
9</html>
Note: See TracBrowser for help on using the repository browser.