From 406d0fd18391fa5275e3411403159473b17e443b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Mar 2012 01:31:17 -0400 Subject: [PATCH] Change the document and email submit link icon --- apps/mailer/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mailer/views.py b/apps/mailer/views.py index cb37720ee4..69df01079b 100644 --- a/apps/mailer/views.py +++ b/apps/mailer/views.py @@ -93,6 +93,7 @@ def send_document_link(request, document_id=None, document_id_list=None, as_atta 'form': form, 'next': next, 'submit_label': _(u'Send'), + 'submit_icon_famfam': 'email_go' } if len(documents) == 1: context['object'] = documents[0]