Added navigation link from document page view and document page transformation back to document view

This commit is contained in:
Roberto Rosario
2011-02-17 23:27:25 -04:00
parent 8a8a42ee19
commit 595d7227a2
4 changed files with 10 additions and 4 deletions

View File

@@ -581,7 +581,7 @@ def document_page_view(request, document_page_id):
form_list = [
{
'form':document_page_form,
'title':_(u'document page'),
'title':_(u'document page: %s') % document_page.page_number,
'object':document_page,
'grid':6,
},