summaryrefslogtreecommitdiff
path: root/certificate
diff options
context:
space:
mode:
Diffstat (limited to 'certificate')
-rwxr-xr-xcertificate/views.py2
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)