Fixed announcements page message

parent f63bb78c
......@@ -2,4 +2,4 @@ from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Hello! Welcome to the announcements page. DUE(0) Completed(0)")
return HttpResponse("This is the Announcements Board!")
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