DC panel quick fix.
[redakcja.git] / project / templates / explorer / file_list.html
index 4e5a12a..1eac095 100644 (file)
@@ -55,7 +55,7 @@ $(function() {
        
        $.each(options.recentFiles, function(index) {
                var fileId = options.recentFiles[index].fileId;
-               $('#recent-file-list ul').append('<li><a href="/editor/' + fileId + '/">' + fileId + '</a></li>');
+               $('#recent-file-list ul').append('<li><a href="{% url editor_base %}'+fileId+'">' + fileId + '</a></li>');
        });
 });
 </script>