X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1f39bd871ce30406dc771a6faffba68db635d2ed..99290b81e70e1819a631021f7bc5443356722f04:/project/templates/explorer/file_upload.html?ds=sidebyside diff --git a/project/templates/explorer/file_upload.html b/project/templates/explorer/file_upload.html index 7c52626d..1deedac4 100755 --- a/project/templates/explorer/file_upload.html +++ b/project/templates/explorer/file_upload.html @@ -1,22 +1,17 @@ {% extends "base.html" %} {% block maincontent %} - - - - -

Dodawanie nowego utworu:

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

{{ error }}

+{% for error in errors %} +

{{ error }}: {{ error.errors }}

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

{% endblock maincontent %}