X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/src/archive/templates/archive/list_new.html diff --git a/src/archive/templates/archive/list_new.html b/src/archive/templates/archive/list_new.html index 28019cd..5e804ca 100644 --- a/src/archive/templates/archive/list_new.html +++ b/src/archive/templates/archive/list_new.html @@ -9,14 +9,16 @@ {% block file-list-info %} {% trans "Put source audiobooks in:" %} - {{ path }} + {{ path }} {% endblock %} {% block file-list %} - {% for file in objects %} -
  • - {{ file }} -
  • - {% endfor %} + {% for file in objects %} + + + {{ file }} + + + {% endfor %} {% endblock %}