fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[redakcja.git]
/
src
/
documents
/
models
/
publish_log.py
diff --git
a/src/documents/models/publish_log.py
b/src/documents/models/publish_log.py
index
5322bb6
..
2073a95
100644
(file)
--- a/
src/documents/models/publish_log.py
+++ b/
src/documents/models/publish_log.py
@@
-3,7
+3,7
@@
#
from django.contrib.auth.models import User
from django.db import models
-from django.utils.translation import
u
gettext_lazy as _
+from django.utils.translation import gettext_lazy as _
from documents.models import Chunk, Image