Initial commit for document diff support in history
This commit is contained in:
@@ -209,7 +209,7 @@ class DocumentPropertiesForm(DetailForm):
|
||||
|
||||
class DocumentContentForm(forms.Form):
|
||||
"""
|
||||
Form that contatenates all of a document pages' text content into a
|
||||
Form that concatenates all of a document pages' text content into a
|
||||
single textarea widget
|
||||
"""
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user