fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ignore .comments
[edumed.git]
/
comment
/
views.py
diff --git
a/comment/views.py
b/comment/views.py
index
c7bd9fb
..
40db4b0
100644
(file)
--- a/
comment/views.py
+++ b/
comment/views.py
@@
-9,7
+9,7
@@
from .models import CommentDocument as CommentDocumentModel
class CommentDocumentList(ListView):
- model = CommentDocument
+ model = CommentDocument
Model
def get_queryset(self):
return super(CommentDocumentList, self).get_queryset().filter(language_code=get_language())