Usunięcie nieużywanych szablonów.
[redakcja.git] / platforma / templates / explorer / file_upload.html
diff --git a/platforma/templates/explorer/file_upload.html b/platforma/templates/explorer/file_upload.html
deleted file mode 100755 (executable)
index 1deedac..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base.html" %}
-
-{% block maincontent %}
-<h2>Dodawanie nowego utworu:</h2>
-
-{% if errors %}
-<div class="errorlist">
-{% for error in errors %}
-<p>{{ error }}: {{ error.errors }}</p>
-{% endfor %}
-</div>
-{% endif %}
-<form action="{% url file_upload %}" method="POST" enctype="multipart/form-data">
-    {{ bookform.as_p }}
-    <p><button type="submit">Dodaj książkę</button></p>
-</form>
-{% endblock maincontent %}