Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm-group3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
John Michael T. Amador
midterm-group3
Commits
ac60d6b3
Commit
ac60d6b3
authored
Mar 06, 2023
by
mantlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed incorrect title in views.py
parent
6a6aca72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
views.cpython-310.pyc
...et_group3/announcements/__pycache__/views.cpython-310.pyc
+0
-0
views.py
widget_group3/announcements/views.py
+1
-1
No files found.
widget_group3/announcements/__pycache__/views.cpython-310.pyc
View file @
ac60d6b3
No preview for this file type
widget_group3/announcements/views.py
View file @
ac60d6b3
...
@@ -4,7 +4,7 @@ from .models import Announcement, Reaction
...
@@ -4,7 +4,7 @@ from .models import Announcement, Reaction
import
datetime
import
datetime
def
index
(
request
):
def
index
(
request
):
overall_board
=
"<html><title>A
ssignments
</title><body>"
\
overall_board
=
"<html><title>A
nnouncement Board
</title><body>"
\
"<h1> Widget's Announcement Board</h1>"
"<h1> Widget's Announcement Board</h1>"
for
announcement
in
Announcement
.
objects
.
all
():
for
announcement
in
Announcement
.
objects
.
all
():
overall_board
+=
"<p><b>Announcements:<br>"
overall_board
+=
"<p><b>Announcements:<br>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment