Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_princessgabi
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
Ysabella Panghulan
midterm_princessgabi
Commits
d77ce1ea
Commit
d77ce1ea
authored
May 15, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'announcementsv2'
parents
eba3076c
d74d0526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
announcements.html
...ementboard/templates/announcementboard/announcements.html
+5
-6
No files found.
widget_princessgabi/announcementboard/templates/announcementboard/announcements.html
View file @
d77ce1ea
...
...
@@ -17,12 +17,11 @@
<div>
<ol>
{% for announcement in announcements %}
<li>
<a
href=
"{{ announcement.get_absolute_url }}"
>
{{ announcement.title }} by {{ announcement.author.first_name }}
{{ announcement.author.last_name }}
</a>
</li>
<a
href=
"{{ announcement.get_absolute_url }}"
>
<li>
{{ announcement.title }} by {{ announcement.author.first_name }} {{ announcement.author.last_name }}
</li>
</a>
{% endfor %}
</ol>
</div>
...
...
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