1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

fix-markdown-file-audit-record (#3124)

This commit is contained in:
王健辉
2019-03-18 10:58:25 +08:00
committed by Daniel Pan
parent 7404edfd12
commit 0815dee82d

View File

@@ -691,7 +691,6 @@ def view_lib_file(request, repo_id, path):
return_dict['can_edit_file'] = can_edit_file
send_file_access_msg(request, repo, path, 'web')
return render(request, template, return_dict)
elif filetype in (VIDEO, AUDIO, PDF, SVG):