--- a/templates/inventory.html Tue Dec 29 23:39:25 2015 +0100
+++ b/templates/inventory.html Tue Dec 29 23:39:37 2015 +0100
@@ -1,6 +1,7 @@
[% WRAPPER once.tt %]
<h1>Ansicht: [% view %]</h1>
+[%# The following part is the "inventory", that is, if there are any files %]
[% IF files %]
<p>
Der gültige Download-Link ist die Link-Adresse, die sich hinter
@@ -29,7 +30,8 @@
<hr />
[% END # files %]
-[%# Formular for upload %]
+[%# Form for upload %]
+<!-- Using a table is stupid, should use more modern HTML -->
<form method="post" enctype="multipart/form-data">
<table>
<tr><td>Dateiname: </td>