Commit 8b5d956f authored by Bryan Carlo Guanlao's avatar Bryan Carlo Guanlao

changed announcement heading font to h1

parent cf8d3ce5
......@@ -19,7 +19,7 @@ def get_reactions(a):
def announcements(request):
text = 'ANNOUNCEMENTS:<br>'
text = '<h1>ANNOUNCEMENTS:</h1>'
for announcement in Announcement.objects.all():
text += (
......
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