Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_robo_mommy
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raul Jarod Conanan
midterm_robo_mommy
Commits
a27d1e06
Commit
a27d1e06
authored
May 13, 2023
by
Jiuvi Anne Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed line breaks.
parent
ba68f516
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
announcement-details.html
...cements/templates/announcements/announcement-details.html
+2
-2
announcements.html
.../announcements/templates/announcements/announcements.html
+1
-1
No files found.
widget_robo_mommy/announcements/templates/announcements/announcement-details.html
View file @
a27d1e06
...
...
@@ -5,8 +5,8 @@
<title>
{{announcement.title}}
</title>
<h1>
{{announcement.title}}
</h1>
<br>
<h2>
by
</h2>
<br>
<h1>
{{announcement.title}}
</h1>
<h2>
by
</h2>
<p>
{{ announcement.body }}
</p><br>
<p>
...
...
widget_robo_mommy/announcements/templates/announcements/announcements.html
View file @
a27d1e06
...
...
@@ -11,7 +11,7 @@
<a
href =
"{{announcement.pk}}/details/"
>
{{ announcement.title }} by {{ announcement.author.first_name }} {{ announcement.author.last_name }}
</a><br>
{% endfor %}
<br>
<a
href=
"announcements/add/"
><button
value=
"click here"
>
Add Announcement
</button></a>
<a
href=
"announcements/add/"
><button
value=
"click here"
>
Add Announcement
</button></a>
<br>
<a
href =
"/Dashboard/"
>
Dashboard
</a><br>
<a
href =
"/forum/"
>
Forum
</a><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