Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
final_quintupoltrobol
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
Matthew Karl David P. Arpas
final_quintupoltrobol
Commits
b563bca8
Commit
b563bca8
authored
Mar 05, 2023
by
Michael Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes in lay-out for html file in announcements
parent
76e44e63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
announcement_board.html
...uncements/templates/announcements/announcement_board.html
+2
-5
No files found.
widget_quintupoltrobol/announcements/templates/announcements/announcement_board.html
View file @
b563bca8
<p>
Widget's Announcement Board
</p>
<p>
Widget's Announcement Board
</p>
<p>
Announcements:
</p>
<p>
Announcements:
</p>
{% for announcement in announcements %}
{% for announcement in announcements %}
{% for reaction in reactions %}
<p>
<p>
{{ announcements.title }} by {{ announcements.author }} published {{
{{ announcements.title }} by {{ announcements.author }} published {{
announcements.pub_datetime }}
<br
/>
announcements.pub_datetime }}
<br
/>
{{ announcements.body }}
<br
/>
{{ announcements.body }}
<br
/>
</p>
{% endfor %} {% for reaction in reactions %}
<p>
Like: {{ reactions.tally }}
<br
/>
Like: {{ reactions.tally }}
<br
/>
Love: {{ reactions.tally }}
<br
/>
Love: {{ reactions.tally }}
<br
/>
Angry: {{ reactions.tally }}
Angry: {{ reactions.tally }}
</p>
</p>
{% endfor %}
{% endfor %}
{% endfor %}
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