Index: src/django_gheat/wlheatmap/templates/add_file.html
===================================================================
--- src/django_gheat/wlheatmap/templates/add_file.html	(revision 9749)
+++ src/django_gheat/wlheatmap/templates/add_file.html	(revision 9750)
@@ -2,5 +2,7 @@
 {% block content %}
 <form enctype="multipart/form-data" action="" method="post">
-{{ form.as_p }}
+<table>
+{{ form.as_table }}
+</table>
 <input type="submit" value="Submit" />
 </form>
