Skip to content

Commit fc752f9

Browse files
authored
Update views.py
1 parent ebba820 commit fc752f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

portal/views.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ def teacher_dashboard(request):
134134
form = DocumentForm(request.POST, request.FILES)
135135
if form.is_valid():
136136
form.save()
137-
# send_mail('File','New file is uploaded.....Check here http://127.0.0.1:8000/polls/upload',
138-
# 'ipproject80@gmail.com',
139-
# ['justsport0@gmail.com'],
140-
# fail_silently=False,)
137+
# asd
141138
return render(request, 'portal/teacher_dashboard.html')
142139
else:
143140
form = DocumentForm()

0 commit comments

Comments
 (0)