Add smart link view title

This commit is contained in:
Roberto Rosario
2014-10-27 14:45:52 -04:00
parent 744d8ec0d8
commit c6d01de0a3

View File

@@ -108,6 +108,7 @@ def smart_link_instances_for_document(request, document_id):
subtemplates_list = [{ subtemplates_list = [{
'name': 'main/generic_subtemplate.html', 'name': 'main/generic_subtemplate.html',
'context': { 'context': {
'title': _(u'Smart links (0)'),
'content': _(u'There are no defined smart links for the current document.'), 'content': _(u'There are no defined smart links for the current document.'),
} }
}] }]