BugFix: Meta view (url_edit)

This commit is contained in:
Dirk Alders 2024-10-18 21:01:27 +02:00
parent 5803286afa
commit 292631ed21

View File

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