X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d810a9340ec7f203753fde341321c76ae8cf897a..d96e0c45b35295d3e6012b8e2c93fe42d8d72ca9:/apps/explorer/views.py?ds=sidebyside 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)