Commit 9207b953 authored by Administrator's avatar Administrator

Verbose name plural ok corpora

parent b94e1170
......@@ -37,6 +37,7 @@ class Project(Node):
class Corpus(Node):
class Meta:
proxy=True
verbose_name_plural = 'Corpora'
class Document(Node):
class Meta:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment