X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/src/archive/templates/archive/list_unpublished.html diff --git a/src/archive/templates/archive/list_unpublished.html b/src/archive/templates/archive/list_unpublished.html old mode 100755 new mode 100644 index b901ef0..d51b66b --- a/src/archive/templates/archive/list_unpublished.html +++ b/src/archive/templates/archive/list_unpublished.html @@ -12,21 +12,29 @@ {% block file-list %} - {% for file in objects %} -
  • - {{ file }} - - {% if file.mp3_published %} - MP3 - {% else %}{% if file.mp3_status %} - MP3 - {% endif %}{% endif %} - - {% if file.ogg_published %} - Ogg - {% else %}{% if file.ogg_status %} - Ogg - {% endif %}{% endif %} -
  • - {% endfor %} + {% for file in objects %} + + + {{ file }} + + + {% if file.mp3_published %} + MP3 + {% else %} + {% if file.mp3_status %} + MP3 + {% endif %} + {% endif %} + + + {% if file.ogg_published %} + Ogg + {% else %} + {% if file.ogg_status %} + Ogg + {% endif %} + {% endif %} + + + {% endfor %} {% endblock %}