X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/src/archive/templates/archive/list_published.html diff --git a/src/archive/templates/archive/list_published.html b/src/archive/templates/archive/list_published.html old mode 100755 new mode 100644 index 5e61ba1..04396f6 --- a/src/archive/templates/archive/list_published.html +++ b/src/archive/templates/archive/list_published.html @@ -12,9 +12,11 @@ {% block file-list %} - {% for file in objects %} -
  • - {{ file }} -
  • - {% endfor %} + {% for file in objects %} + + + {{ file }} + + + {% endfor %} {% endblock %}