Skip to content

Commit

Permalink
Update for 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijithanilkumar committed Apr 18, 2017
1 parent 8b3d7b2 commit 77102e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smriti/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def homePage(request):
return render(request,"smriti/home.html",{'testimonials':testimonials,'profile':profile})

def browsePage(request):
final_years = Profile.objects.filter(rollno__contains="12")
final_years = Profile.objects.filter(rollno__contains="13")
#cornercase = Profile.objects.filter(rollno="11IT26")
ch = sort_by_rollno(final_years.filter(branch='CH'))
co = sort_by_rollno(final_years.filter(branch='CO'))
Expand Down

0 comments on commit 77102e9

Please sign in to comment.