X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4a8343e204c222e72e4ad7b6fef2e192cc559ac8..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index b4e31e6f..a9b59e4c 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -48,7 +48,7 @@ $(function() { $.each(options.recentFiles, function(index) { var fileId = options.recentFiles[index].fileId; - $('#recent-file-list ul').append('
  • ' + fileId + '
  • '); + $('#recent-file-list ul').append('
  • ' + fileId + '
  • '); }); }); @@ -64,12 +64,12 @@ $(function() {

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

    {{ file|bookname }}

    +
    +
    @@ -81,12 +81,12 @@ $(function() { {% if perms.explorer.can_add_files %}

    Dodaj nowy utwór

    -
    -

    -

    -

    + + + {{ bookform }}

    +
    {% endif %}