소스 검색

BugFix: Meta view (url_edit)

master
Dirk Alders 2 달 전
부모
커밋
292631ed21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      pages/messages.py

+ 1
- 1
pages/messages.py 파일 보기

@@ -42,5 +42,5 @@ def history_version_display(request, rel_path, history_version):
42 42
     # TODO: Add translation for this message
43 43
     messages.warning(request, _("You see an old version of the page (Version = %d). Click <a href='%s'>here</a> to recover this Version.") % (
44 44
         history_version,
45
-        pages.url_edit(request, rel_path, history=history_version)
45
+        pages.url_edit(rel_path, history=history_version)
46 46
     ))

Loading…
취소
저장