Bugfix edit comments

Testupdate
This commit is contained in:
Ozzie Isaacs 2021-08-28 08:24:38 +02:00
parent 7ae3255ea9
commit 5c19a8aacc
2 changed files with 1175 additions and 503 deletions

View File

@ -468,7 +468,7 @@ def edit_book_comments(comments, book):
comments = clean_html(comments)
if len(book.comments):
if book.comments[0].text != comments:
book.comments[0].text = clean_html(comments)
book.comments[0].text = comments
modif_date = True
else:
if comments:

File diff suppressed because it is too large Load Diff