BugFix: Meta view (url_edit)
This commit is contained in:
parent
5803286afa
commit
292631ed21
@ -42,5 +42,5 @@ def history_version_display(request, rel_path, history_version):
|
||||
# TODO: Add translation for this message
|
||||
messages.warning(request, _("You see an old version of the page (Version = %d). Click <a href='%s'>here</a> to recover this Version.") % (
|
||||
history_version,
|
||||
pages.url_edit(request, rel_path, history=history_version)
|
||||
pages.url_edit(rel_path, history=history_version)
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user