X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/842edee28ab403f3d113d9b41e1a879c0bddc76e..1f39bd871ce30406dc771a6faffba68db635d2ed:/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 %}