ソースを参照

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
     ))

読み込み中…
キャンセル
保存