X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1f39bd871ce30406dc771a6faffba68db635d2ed..78644811ca0c6042212788dc67add42bc41fb74c:/project/templates/explorer/file_upload.html?ds=sidebyside diff --git a/project/templates/explorer/file_upload.html b/project/templates/explorer/file_upload.html deleted file mode 100755 index 7c52626d..00000000 --- a/project/templates/explorer/file_upload.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "base.html" %} - -{% block maincontent %} - - - - - -

Dodawanie nowego utworu:

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

{{ error }}

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

-
-{% endblock maincontent %}