Refaktor przyciskow.
[redakcja.git] / project / templates / explorer / file_list.html
index a36d353..d47a158 100644 (file)
@@ -48,7 +48,9 @@ $(function() {
 <div class="upload-file-widget">
 <h2>Dodaj nowy utwór</h2>
 <form action="{% url file_upload %}" method="POST" enctype="multipart/form-data">
-    {{ bookform.as_p }}
+    <p><label>{{bookform.file.label}}: {{ bookform.file }}</label></p>
+    <p><label>{{bookform.bookname.label}}: {{bookform.bookname}}</label></p>
+    <p><label>{{bookform.autoxml}} {{bookform.autoxml.label}}</label></p>
     <p><button type="submit">Dodaj książkę</button></p>
 </form>
 </div>