Commit b3a1230f authored by Katrina Bernice Tan's avatar Katrina Bernice Tan

Updated Assignments header

parent c2a9dc6d
...@@ -5,7 +5,7 @@ from .models import Assignment, Course ...@@ -5,7 +5,7 @@ from .models import Assignment, Course
def index(request): def index(request):
print = "ANNOUNCEMENTS: " print = "ASSIGNMENTS: "
assignments = Assignment.objects.all() assignments = Assignment.objects.all()
for i in assignments: for i in assignments:
......
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