Created 'simple document' for non technical users with all of a document pages content

This commit is contained in:
Roberto Rosario
2011-03-11 03:27:55 -04:00
parent b303df58e4
commit 9bff8de365
7 changed files with 107 additions and 12 deletions

View File

@@ -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):