Merge branch 'release'

This commit is contained in:
e0d
2014-04-30 14:42:27 -04:00
6 changed files with 17 additions and 4 deletions

View File

@@ -205,7 +205,11 @@ class Command(BaseCommand):
'linkedin_add_url': self.certificate_url(cert),
})
context = {'courses_list': courses_list, 'num_courses': len(courses_list)}
context = {
'courses_list': courses_list,
'num_courses': len(courses_list),
'google_analytics': settings.GOOGLE_ANALYTICS_LINKEDIN,
}
body = render_to_string('linkedin/linkedin_email.html', context)
subject = u'{}, Add your Achievements to your LinkedIn Profile'.format(user.profile.name)
if mock_run: