Improved document page detail view & links

This commit is contained in:
Roberto Rosario
2011-02-18 00:40:47 -04:00
parent 0cc457aacc
commit 51af1bf796
2 changed files with 6 additions and 5 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: %s') % document_page.page_number,
'title':_(u'details for document page: %s') % document_page.page_number,
'object':document_page,
'grid':6,
},