Commit 0b1fc78b authored by Emmanuel Linus T. Evangelista's avatar Emmanuel Linus T. Evangelista

Merge branch 'tan/assignments' of...

Merge branch 'tan/assignments' of https://gitlab.discs.ateneo.edu/totallynotkai/widgets-fekk into tan/assignments
parents d2fca308 4dd4782f
...@@ -12,7 +12,7 @@ class MainView(View): ...@@ -12,7 +12,7 @@ class MainView(View):
assignment = Assignment.objects.all().order_by('course') assignment = Assignment.objects.all().order_by('course')
return render(request, 'assignments.html',{ return render(request, 'assignments.html',{
'course': course, 'course': course,
'assignments': assignment, 'assignment': assignment,
}) })
class AssignmentListView(ListView): class AssignmentListView(ListView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment