Created 'simple document' for non technical users with all of a document pages content
This commit is contained in:
@@ -98,7 +98,7 @@ class Document(models.Model):
|
||||
|
||||
@models.permalink
|
||||
def get_absolute_url(self):
|
||||
return ('document_view', [self.id])
|
||||
return ('document_view_simple', [self.id])
|
||||
|
||||
|
||||
def update_checksum(self, save=True):
|
||||
|
||||
Reference in New Issue
Block a user