X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4419f93a01685b9864a6e78cb905c803ec0970b0..1a2a6714d405526c16ac4f0900b6dfb0c4c83b6a:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index d47a158a..48be7f59 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -38,8 +38,9 @@ $(function() {

+ {% load explorer_tags %} {% for file in files %} -

{{ file }}

+

{{ file|bookname }}

{% endfor %}