versions.html

pull/225/head
Aevann 2024-03-08 05:17:02 +02:00
parent d19bdaceab
commit 5afb92b767
2 changed files with 1 additions and 1 deletions

View File

@ -2246,4 +2246,4 @@ def VIEW_VERSIONs(v, link):
if v.id != obj.author_id and v.admin_level < PERMS['VIEW_VERSIONS']:
abort(403, "You can't view other people's edits!")
return render_template("edits.html", v=v, obj=obj)
return render_template("versions.html", v=v, obj=obj)