diff options
author | FOSSEE | 2016-08-19 12:41:44 +0530 |
---|---|---|
committer | FOSSEE | 2016-08-19 12:41:44 +0530 |
commit | c34fd8f44cd2711168048fd2e109e47ed50d3e3a (patch) | |
tree | a4629bd57f1e811cb1cefe881a89cab9c0e1b0e8 | |
parent | 2fabeb2f03f89c2504c8899f87be775fc1f033ad (diff) | |
download | certificate-generator-c34fd8f44cd2711168048fd2e109e47ed50d3e3a.tar.gz certificate-generator-c34fd8f44cd2711168048fd2e109e47ed50d3e3a.tar.bz2 certificate-generator-c34fd8f44cd2711168048fd2e109e47ed50d3e3a.zip |
Supervisor details removed in internship certificate 2016
-rwxr-xr-x | certificate/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certificate/views.py b/certificate/views.py index 7e2da24..7ec08d0 100755 --- a/certificate/views.py +++ b/certificate/views.py @@ -176,7 +176,7 @@ def verification(serial, _type): user_project_title = Internship16_participant.objects.filter(email=certificate.email) context['intern_ship'] = True detail = OrderedDict([('Name', name), ('Internship Completed', 'Yes'), - ('Project', intership_detail.project_title), ('Internship Duration', intership_detail.internship_project_duration), ('Superviser Name', intership_detail.superviser_name_detail)]) + ('Project', intership_detail.project_title), ('Internship Duration', intership_detail.internship_project_duration)]) else: detail = '{0} had attended {1} {2}'.format(name, purpose, year) |