Commit ac60d6b3 authored by mantlei's avatar mantlei

fixed incorrect title in views.py

parent 6a6aca72
......@@ -4,7 +4,7 @@ from .models import Announcement, Reaction
import datetime
def index(request):
overall_board = "<html><title>Assignments</title><body>" \
overall_board = "<html><title>Announcement Board</title><body>" \
"<h1> Widget's Announcement Board</h1>"
for announcement in Announcement.objects.all():
overall_board += "<p><b>Announcements:<br>"
......
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