Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
midterm_OhMyBash
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
Nheo Samson
midterm_OhMyBash
Commits
d7110c12
Commit
d7110c12
authored
May 13, 2023
by
nheoxoz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reversed list for announcements.html
parent
7b4ca723
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
announcements.html
.../announcements/templates/announcements/announcements.html
+1
-1
db.sqlite3
widget_OhMyBash/db.sqlite3
+0
-0
No files found.
widget_OhMyBash/announcements/templates/announcements/announcements.html
View file @
d7110c12
...
...
@@ -8,7 +8,7 @@
{% block content %}
<p>
Announcements:
<br>
{% for a in announcements %}
{% for a in announcements
|slice:"::-1"
%}
<a
href=
"{{ a.get_absolute_url }}"
>
{{a.title}} by {{ a.author.first_name }} {{ a.author.last_name }}
</a><br>
...
...
widget_OhMyBash/db.sqlite3
View file @
d7110c12
No preview for this file type
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