X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/ac39503a5a9a16c1098e65ee16a866cf8eb19a8f..2cd3809ad9d4d9ff445bb6cca3619b4017dc0de5:/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..b7ca11d 100644 --- a/src/archive/templates/archive/list_new.html +++ b/src/archive/templates/archive/list_new.html @@ -2,6 +2,10 @@ {% load i18n %} +{% block menu-active-new %}active{% endblock %} + + + {% block file-list-title %} {% trans "New audiobooks" %} {% endblock %} @@ -9,14 +13,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 %}