From c6d01de0a3d5600dce7fce51a6592544349dc35f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 27 Oct 2014 14:45:52 -0400 Subject: [PATCH] Add smart link view title --- mayan/apps/linking/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/linking/views.py b/mayan/apps/linking/views.py index c198a9f0b5..e689e47cbc 100644 --- a/mayan/apps/linking/views.py +++ b/mayan/apps/linking/views.py @@ -108,6 +108,7 @@ def smart_link_instances_for_document(request, document_id): subtemplates_list = [{ 'name': 'main/generic_subtemplate.html', 'context': { + 'title': _(u'Smart links (0)'), 'content': _(u'There are no defined smart links for the current document.'), } }]