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
513eb96c
Commit
513eb96c
authored
May 12, 2023
by
Jiuvi Anne Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit.
parent
c6c826e5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
0 deletions
+41
-0
announcement-add.html
...nouncements/templates/announcements/announcement-add.html
+9
-0
announcement-details.html
...cements/templates/announcements/announcement-details.html
+9
-0
announcement-edit.html
...ouncements/templates/announcements/announcement-edit.html
+9
-0
announcements.html
.../announcements/templates/announcements/announcements.html
+14
-0
No files found.
widget_robo_mommy/announcements/templates/announcements/announcement-add.html
0 → 100644
View file @
513eb96c
{% extends 'base.html' %}
{% load static %}
{% block content %}
<title>
Add Announcement
</title>
{% endblock content %}
\ No newline at end of file
widget_robo_mommy/announcements/templates/announcements/announcement-details.html
0 → 100644
View file @
513eb96c
{% extends 'base.html' %}
{% load static %}
{% block content %}
<title>
Widget's Announcement Board
</title>
{% endblock content %}
\ No newline at end of file
widget_robo_mommy/announcements/templates/announcements/announcement-edit.html
0 → 100644
View file @
513eb96c
{% extends 'base.html' %}
{% load static %}
{% block content %}
<title>
Edit Announcement
</title>
{% endblock content %}
\ No newline at end of file
widget_robo_mommy/announcements/templates/announcements/announcements.html
0 → 100644
View file @
513eb96c
{% extends 'base.html' %}
{% load static %}
{% block content %}
<title>
Widget's Announcement Board
</title>
<h1>
Welcome to Widget's Announcement Board!
</h1>
<a
href =
"/Dashboard/"
>
Dashboard
</a><br>
<a
href =
"/forum/"
>
Forum
</a><br>
<a
href =
"/Assignments/"
>
Assignments
</a><br>
<a
href =
"/widget_Calendar/"
>
Calendar
</a>
{% endblock content %}
\ No newline at end of file
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