Browse Source

BugFix: Meta view (url_edit)

master
Dirk Alders 2 months ago
parent
commit
292631ed21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pages/messages.py

+ 1
- 1
pages/messages.py View File

@@ -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…
Cancel
Save