Updated from template

This commit is contained in:
Ivan Sokolov
2023-11-06 19:23:04 +01:00
committed by Justine Doutreloux
parent e7c562205e
commit 8ef3f40ee4
3 changed files with 5 additions and 5 deletions

View File

@@ -61,8 +61,8 @@ class DocumentPageHistory(models.Model):
return diff.make_table(
line1,
line2,
"Revision-{}".format(v1),
"Revision-{}".format(v2),
f"Revision-{v1}",
f"Revision-{v2}",
context=True,
)