Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Jun 26, 2014
1 parent f5f26f8 commit c3c23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def log_change (instance, form, user=None, additional_info=None):
mydiff += '\n'

if mydiff:
diff += prefix + title + mydiff
diff += prefix + title + mydiff + "\n"

entry = LogEntry(
obj_key=instance.key,
Expand Down

0 comments on commit c3c23f4

Please sign in to comment.