From 1f39bd871ce30406dc771a6faffba68db635d2ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Fri, 4 Sep 2009 11:14:23 +0200 Subject: [PATCH] Zapomniany plik. --- project/templates/explorer/file_upload.html | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 project/templates/explorer/file_upload.html diff --git a/project/templates/explorer/file_upload.html b/project/templates/explorer/file_upload.html new file mode 100755 index 00000000..7c52626d --- /dev/null +++ b/project/templates/explorer/file_upload.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block maincontent %} + + + + + +

Dodawanie nowego utworu:

+ +{% if other_errors %} +
+{% for error in other_errors %} +

{{ error }}

+{% endfor %} +
+{% endif %} +
+ {{ form.as_p }} +

+
+{% endblock maincontent %} -- 2.20.1