X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/536b189c1a7173b2ea5f5ba16387ec904a7ce40e..d96e0c45b35295d3e6012b8e2c93fe42d8d72ca9:/apps/explorer/views.py diff --git a/apps/explorer/views.py b/apps/explorer/views.py index 76d04563..e5876e92 100644 --- a/apps/explorer/views.py +++ b/apps/explorer/views.py @@ -307,7 +307,7 @@ def file_commit(request, path, repo): @with_repo def file_dc(request, path, repo): errors = None - rpath = file_path(fileid) + rpath = file_path(path) if request.method == 'POST': form = forms.DublinCoreForm(request.POST)